mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-20 21:09:31 +08:00
rustfmt
This commit is contained in:
@@ -16,7 +16,7 @@ impl<'conn> Statement<'conn> {
|
||||
match changes {
|
||||
1 if prev_rowid != new_rowid => Ok(new_rowid),
|
||||
1 if prev_rowid == new_rowid => Err(Error::StatementFailedToInsertRow),
|
||||
_ => Err(Error::StatementChangedRows(changes))
|
||||
_ => Err(Error::StatementChangedRows(changes)),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user