Skip to content

Commit 48def62

Browse files
committed
Fix indentation in database example
1 parent b3c1c9a commit 48def62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ populate an unordered list. We'll change the index function accordingly.
13461346
[:head [:title "Todo"]]
13471347
[:body
13481348
[:ul (for [rs (jdbc/execute! db [list-todos])]
1349-
[:li (:todo/description rs)])]]]}))
1349+
[:li (:todo/description rs)])]]]}))
13501350
----
13511351

13521352
TIP: It's often a good idea to factor out each SQL string into its own

0 commit comments

Comments
 (0)