mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 19:41:37 +08:00
rustfmt
This commit is contained in:
parent
493446e6d1
commit
757a1f40dc
@ -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)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user