Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Dec 15, 2024
1 parent d5da51e commit a51d75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/operations/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ impl<'a> PostCommit<'a> {
) -> DeltaResult<()> {
if !table_state.load_config().require_files {
warn!("Checkpoint creation in post_commit_hook has been skipped due to table being initialized without files.");
return Ok(())
return Ok(());
}

let checkpoint_interval = table_state.config().checkpoint_interval() as i64;
Expand Down

0 comments on commit a51d75a

Please sign in to comment.