Skip to content

Commit 2c72903

Browse files
committed
Rustfmt to green up CI.
1 parent 90b801f commit 2c72903

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ir/item.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1332,9 +1332,7 @@ impl ClangItemParser for Item {
13321332
Ok(ParseResult::AlreadyResolved(id)) => {
13331333
return Ok(id);
13341334
}
1335-
Err(ParseError::Recurse) => {
1336-
return Err(ParseError::Recurse)
1337-
}
1335+
Err(ParseError::Recurse) => return Err(ParseError::Recurse),
13381336
Err(ParseError::Continue) => {}
13391337
}
13401338
};

0 commit comments

Comments
 (0)