Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 25, 2023
1 parent 8286d63 commit 97832f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/rpc/ddl_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,6 @@ impl DdlController {
}
sleep(Duration::from_secs(1)).await;
}
return Err(MetaError::cancelled("timeout".into()));
Err(MetaError::cancelled("timeout".into()))
}
}

0 comments on commit 97832f7

Please sign in to comment.