We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d98b5 commit 2412ec5Copy full SHA for 2412ec5
rustfmt.toml
@@ -23,7 +23,7 @@ reorder_imports=true
23
reorder_modules=true
24
single_line_if_else_max_width=80
25
space_after_colon=true
26
-spaces_before_color=false
+space_before_colon=false
27
spaces_around_ranges=false
28
tab_spaces=4
29
trailing_comma="Vertical"
src/main.rs
@@ -85,7 +85,7 @@ async fn put_flag(
85
let updated: bool = state.0.db.write().unwrap().set_value(&namespace, flag.clone()).unwrap();
86
if updated {
87
#[cfg(feature = "logging")]
88
- log::info!("Flag {flag} enabled in namespace {namespace}");
+ log::info!("Flag '{flag}' enabled in namespace <<{namespace}>>");
89
}
90
StatusCode::NO_CONTENT
91
0 commit comments