Skip to content

Commit 42f65a6

Browse files
orpuente-MSidavis
authored andcommitted
format code
1 parent 76eee5d commit 42f65a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

compiler/qsc_qasm3/src/lex/raw/tests.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,9 @@ fn hardware_qubit_with_underscore_in_the_middle() {
12771277

12781278
#[test]
12791279
fn decimal_space_imag_semicolon() {
1280-
check("10 im;", &expect![[r#"
1280+
check(
1281+
"10 im;",
1282+
&expect![[r#"
12811283
[
12821284
Token {
12831285
kind: Number(
@@ -1304,5 +1306,6 @@ fn decimal_space_imag_semicolon() {
13041306
offset: 6,
13051307
},
13061308
]
1307-
"#]]);
1309+
"#]],
1310+
);
13081311
}

0 commit comments

Comments
 (0)