mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Clipplease
This commit is contained in:
parent
e72b990ea2
commit
c3bc93f631
2 changed files with 2 additions and 4 deletions
|
@ -72,7 +72,6 @@ mod test {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn test_cleaning_command_name() {
|
||||
assert_eq!(
|
||||
|
|
|
@ -98,10 +98,9 @@ struct Txn<'t> {
|
|||
|
||||
impl<'t> Txn<'t> {
|
||||
fn get_txn(&mut self) -> Result<rusqlite::Transaction, SqliteError> {
|
||||
Ok(self
|
||||
.con
|
||||
self.con
|
||||
.transaction()
|
||||
.map_err(|_e| SqliteError::CreateTransactionFailed)?)
|
||||
.map_err(|_e| SqliteError::CreateTransactionFailed)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue