Skip to content

Commit 1743498

Browse files
committed
style: fix fmt
1 parent d143b26 commit 1743498

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/ui/search_is_some_fixable_none.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,8 @@ mod issue_11910 {
226226
}
227227

228228
struct Foo;
229-
impl Foo{
230-
fn bar(&self, _ : bool) {
231-
232-
}
229+
impl Foo {
230+
fn bar(&self, _: bool) {}
233231
}
234232

235233
fn test_then() {

0 commit comments

Comments
 (0)