Skip to content

Commit

Permalink
Fix rustfmt after 6d07a86 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Dec 19, 2023
1 parent 8197bb9 commit cfdf7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {

let mut cfg = futures::executor::block_on(get_config())?;

let ( mut metrics_enabled, max_blocking_threads) = {
let (mut metrics_enabled, max_blocking_threads) = {
// Note: If the default changes make sure you update the documentation in
// `config/cas_server.rs`.
const DEFAULT_MAX_OPEN_FILES: usize = 512;
Expand Down

0 comments on commit cfdf7e8

Please sign in to comment.