Indent modification.

This commit is contained in:
niiyz 2015-11-13 22:43:19 +09:00
parent 8579edf1ca
commit 3e6e223ed0

View File

@ -324,7 +324,7 @@ function runQuery() {
// Refresh tables list if table was added or removed
if (query.match(re)) {
loadTables();
loadSequences();
loadSequences();
}
});
}