Skip to content

Commit a597fb0

Browse files
committed
format
1 parent c0e0c68 commit a597fb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nobodywho/flutter/rust/build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ fn main() {
1010
}
1111

1212
if std::env::var("NOBODYWHO_SKIP_CODEGEN").is_ok() {
13-
println!("cargo:warning=Skipping codegen due to NOBODYWHO_SKIP_CODEGEN environment variable");
13+
println!(
14+
"cargo:warning=Skipping codegen due to NOBODYWHO_SKIP_CODEGEN environment variable"
15+
);
1416
return;
1517
}
1618

0 commit comments

Comments
 (0)