Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Mar 28, 2024
1 parent ccbebe2 commit 370a7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fanout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl FromStr for Mode {
match mode {
"hash" => Ok(Mode::Hash),
"lb" => Ok(Mode::LB),
"cpu" => Ok(Mode::CPU),
"cpu" => Ok(Mode::CPU),
_ => Err(anyhow!("invalid fanout mode"))
}
}
Expand Down

0 comments on commit 370a7df

Please sign in to comment.