Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkenigs committed Feb 19, 2024
1 parent 0cc6693 commit 2066491
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,7 @@ impl CommonSettings {
serde_json::to_value(diagnostic_endpoint)?,
);

map.insert(
"add_channel".into(),
serde_json::to_value(add_channel)?,
);
map.insert("add_channel".into(), serde_json::to_value(add_channel)?);

Ok(map)
}
Expand Down

0 comments on commit 2066491

Please sign in to comment.