Skip to content

Commit bfc5d5e

Browse files
committed
Format fix.
1 parent 2faf9c4 commit bfc5d5e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

postgres/src/.client.rs.swp

32 KB
Binary file not shown.

postgres/src/.transaction.rs.swp

16 KB
Binary file not shown.

postgres/src/transaction.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,7 @@ impl<'a> Transaction<'a> {
181181
.simple_query(&format!("SAVEPOINT sp{}", depth))?;
182182
Ok(Transaction {
183183
client: self.client,
184-
state: RefCell::new(TransactionState {
185-
depth,
186-
done: false,
187-
}),
184+
state: RefCell::new(TransactionState { depth, done: false }),
188185
})
189186
}
190187
}

0 commit comments

Comments
 (0)