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