Skip to content

Commit a31f3d0

Browse files
committed
chore: rustfmt proto build script
1 parent 8e7882f commit a31f3d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/proto/build.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
99

1010
if target.contains("wasm32") {
1111
if feature_server {
12-
return Err(format!(
13-
"feature `server` is not supported on target `{target}`"
14-
)
15-
.into());
12+
return Err(format!("feature `server` is not supported on target `{target}`").into());
1613
}
1714

1815
wasm_tonic_build::configure()

0 commit comments

Comments
 (0)