Skip to content

Commit 6dca091

Browse files
Format Rust code using rustfmt
1 parent 809a92d commit 6dca091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ pub fn run(
494494
let mut pass_vec: Vec<String> = Vec::new();
495495
pass_vec.push("a".to_string());
496496
pass_vec.push("(".to_string());
497-
if contents[x+1] == "int" {
497+
if contents[x + 1] == "int" {
498498
pass_vec.push("math".to_string());
499499
pass_vec.push("(".to_string());
500500
}

0 commit comments

Comments
 (0)