Skip to content

Commit 83837bf

Browse files
committed
Tabs vs. spaces, the eternal struggle
This is what I get for switching editors. Signed-off-by: Stephen Celis <[email protected]>
1 parent 8438d80 commit 83837bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SQLite.playground/Documentation/fragment-12.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<link rel='stylesheet' type='text/css' href='style-1.1.15.css'>
44
<meta id='xcode-display' name='xcode-display' content='render'>
55
<section>
6-
<p>
7-
<code>Query</code> objects can also build <code>SELECT</code> statements. A freshly-subscripted query will select every row (and every column) from a table. Iteration lazily executes the statement.
8-
</p>
6+
<p>
7+
<code>Query</code> objects can also build <code>SELECT</code> statements. A freshly-subscripted query will select every row (and every column) from a table. Iteration lazily executes the statement.
8+
</p>
99
</section>

0 commit comments

Comments
 (0)