Skip to content

Commit 6c9c890

Browse files
committed
Rust: Autoformat.
1 parent dfbdd2b commit 6c9c890

File tree

1 file changed

+5
-4
lines changed
  • rust/ql/test/library-tests/type-inference

1 file changed

+5
-4
lines changed

rust/ql/test/library-tests/type-inference/main.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,12 +2229,13 @@ mod explicit_type_args {
22292229
}
22302230

22312231
mod tuples {
2232-
struct S1 {
2233-
}
2232+
struct S1 {}
22342233

22352234
impl S1 {
2236-
fn get_pair() -> (S1, S1) { (S1 {}, S1 {}) }
2237-
fn foo(self) { }
2235+
fn get_pair() -> (S1, S1) {
2236+
(S1 {}, S1 {})
2237+
}
2238+
fn foo(self) {}
22382239
}
22392240

22402241
pub fn f() {

0 commit comments

Comments
 (0)