Skip to content

Commit aaaefd6

Browse files
committed
Fix formatting
1 parent 90cf785 commit aaaefd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828
println!(error_msg);
2929
return;
3030
} else {
31-
panic!(error_msg);
31+
panic!("{}", error_msg);
3232
}
3333
}
3434
};

0 commit comments

Comments
 (0)