Skip to content

Commit 44e50d0

Browse files
committed
cargo fmt
1 parent 81c1519 commit 44e50d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core/mvcc/database/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,9 @@ impl<Clock: LogicalClock> CommitStateMachine<Clock> {
13971397
let _ = state_machine
13981398
.lock()
13991399
.inner_mut()
1400-
.cleanup_after_external_io_error(LimboError::InternalError("mvcc: cleanup_unfinished_commit".to_string()))
1400+
.cleanup_after_external_io_error(LimboError::InternalError(
1401+
"mvcc: cleanup_unfinished_commit".to_string(),
1402+
))
14011403
.inspect_err(|e| tracing::error!("cleanup_after_external_io_error failed: {e}"));
14021404
}
14031405
}

0 commit comments

Comments
 (0)