Skip to content

Commit ccb6f75

Browse files
committed
Run rustfmt
1 parent 6556690 commit ccb6f75

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

vm/src/format.rs

+2-8
Original file line numberDiff line numberDiff line change
@@ -1082,10 +1082,7 @@ mod tests {
10821082
],
10831083
});
10841084

1085-
assert_eq!(
1086-
FormatString::from_str("abcd{1}:{key}"),
1087-
expected
1088-
);
1085+
assert_eq!(FormatString::from_str("abcd{1}:{key}"), expected);
10891086
}
10901087

10911088
#[test]
@@ -1110,10 +1107,7 @@ mod tests {
11101107
],
11111108
});
11121109

1113-
assert_eq!(
1114-
FormatString::from_str("{{{key}}}ddfe"),
1115-
expected
1116-
);
1110+
assert_eq!(FormatString::from_str("{{{key}}}ddfe"), expected);
11171111
}
11181112

11191113
#[test]

0 commit comments

Comments
 (0)