Skip to content

Commit c2fee8f

Browse files
committed
style: rustfmt
1 parent a4d4abc commit c2fee8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/integration/languages/csharp/typing_core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ public int Add(int a, int b)
4646
{
4747
return a + b;
4848
}"#
49-
);
49+
);

tests/integration/languages/haskell/typing_core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ typing_core_test_with_parser!(
3434
factorial :: Integer -> Integer
3535
factorial 0 = 1
3636
factorial n = n * factorial (n - 1)"#
37-
);
37+
);

tests/integration/languages/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pub mod swift;
1515
pub mod typescript;
1616

1717
// Common typing core utilities
18-
pub mod typing_core_common;
18+
pub mod typing_core_common;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pub mod extractor;
2-
pub mod typing_core;
32
pub mod tsx_jsx;
3+
pub mod typing_core;

0 commit comments

Comments
 (0)