Skip to content

Commit 8ba4e99

Browse files
committed
Fix code formatting in README and add newline in .markdownlint.json.
1 parent fd52276 commit 8ba4e99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"MD003": { "style": "setext_with_atx" },
44
"MD007": { "indent": 2 },
55
"MD013": { "line_length": 120 }
6-
}
6+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func migrate(db *sql.DB) error {
186186

187187
if subErr != nil {
188188
return subErr
189-
}
189+
}
190190

191191
return dmorph.Run(db,
192192
dmorph.WithDialect(dmorph.DialectSQLite()),

0 commit comments

Comments
 (0)