Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Protryon committed Sep 15, 2021
1 parent fddc551 commit 11e90b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions storage/src/storage/sqlite/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ impl SyncStorage for SqliteStorage {
if current_index < Self::SCHEMA_INDEX {
self.migrate(current_index)?;
}
self.conn.execute(
r"PRAGMA OPTIMIZE;",
[],
)?;
self.conn.execute(r"PRAGMA OPTIMIZE;", [])?;
Ok(())
}

Expand Down

0 comments on commit 11e90b5

Please sign in to comment.