Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taearls committed Dec 27, 2024
1 parent 37e2564 commit 1f8c369
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ fn test() {
("test(`Foo MM mm`, function () {})", None),
(
"test(`SFC Compile`, function () {})",
Some(
serde_json::json!([{ "lowercaseFirstCharacterOnly": false }]),
),
Some(serde_json::json!([{ "lowercaseFirstCharacterOnly": false }])),
),
("bench(`Foo MM mm`, function () {})", None),
];
Expand All @@ -31,9 +29,7 @@ fn test() {
(
"test(`SFC Compile`, function () {})",
"test(`sfc compile`, function () {})",
Some(
serde_json::json!([{ "lowercaseFirstCharacterOnly": false }]),
),
Some(serde_json::json!([{ "lowercaseFirstCharacterOnly": false }])),
),
("bench(`Foo MM mm`, function () {})", "bench(`foo MM mm`, function () {})", None),
];
Expand Down

0 comments on commit 1f8c369

Please sign in to comment.