Fix spacing

This commit is contained in:
Aleksei 2020-07-03 14:47:51 -04:00
parent a2ae57ab6c
commit 170e453617

View File

@ -179,7 +179,7 @@ public class OutfitController {
} }
FSDB.get().insert( FSDB.get().insert(
"INSERT INTO " + "INSERT INTO " +
"outfits('id', 'link', 'submitter', 'tag', 'created', 'updated', 'deleted', 'featured', 'display_count', 'delete_hash') " + "outfits('id', 'link', 'submitter', 'tag', 'created', 'updated', 'deleted', 'featured', 'display_count', 'delete_hash') " +
"VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", "VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
outfit.getId(), outfit.getId(),