Skip to content

Commit d98c5ec

Browse files
author
kuba--
committed
Fix more typos
Signed-off-by: kuba-- <[email protected]>
1 parent 30ed3ff commit d98c5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_testdata/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
ID: 'query1'
88
Name: 'Last commit messages in HEAD for every repository'
99
Statements:
10-
- SELECT c.commit_message FROM refs rJOIN commits c ON r.commit_hash = c.commit_hashWHEREr.ref_name = 'HEAD'
10+
- SELECT c.commit_message FROM refs r JOIN commits c ON r.commit_hash = c.commit_hash WHERE r.ref_name = 'HEAD'
1111
-
1212
ID: 'query2'
1313
Name: 'All commit messages in HEAD history for every repository'
1414
Statements:
15-
- SELECT c.commit_message FROM commits cNATURAL JOIN ref_commits rWHERE r.ref_name = 'HEAD'
15+
- SELECT c.commit_message FROM commits c NATURAL JOIN ref_commits r WHERE r.ref_name = 'HEAD'
1616
-
1717
ID: 'query3'
1818
Name: 'Top 10 repositories by commit count in HEAD'

0 commit comments

Comments
 (0)