We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.markdownlint.json
1 parent fd52276 commit 8ba4e99Copy full SHA for 8ba4e99
2 files changed
.markdownlint.json
@@ -3,4 +3,4 @@
3
"MD003": { "style": "setext_with_atx" },
4
"MD007": { "indent": 2 },
5
"MD013": { "line_length": 120 }
6
-}
+}
README.md
@@ -186,7 +186,7 @@ func migrate(db *sql.DB) error {
186
187
if subErr != nil {
188
return subErr
189
- }
+ }
190
191
return dmorph.Run(db,
192
dmorph.WithDialect(dmorph.DialectSQLite()),
0 commit comments