Skip to content

Commit 2ff4040

Browse files
authored
Add leading spaces (#126)
1 parent 411d03a commit 2ff4040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/routes.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
func routes(_ app: Application) throws {
55
{{#leaf}}app.get { req async throws in
66
try await req.view.render("index", ["title": "Hello Vapor!"])
7-
}{{/leaf}}{{^leaf}}app.get { req async in
7+
}{{/leaf}}{{^leaf}} app.get { req async in
88
"It works!"
99
}{{/leaf}}
1010

0 commit comments

Comments
 (0)