Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Niels van Galen Last <nvangalenlast@gmail.com>
  • Loading branch information
nielsgl committed Mar 15, 2019
1 parent a6158cc commit e1937ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"test": {
"username": "root",
"password": null,
"database": "database_test",
"storage": ":memory:",
"dialect": "sqlite",
"logging": false
}
"test": {
"username": "root",
"password": null,
"database": "database_test",
"storage": ":memory:",
"dialect": "sqlite",
"logging": false
}
}

0 comments on commit e1937ee

Please sign in to comment.