Skip to content

Commit a766883

Browse files
committed
fix formating
1 parent ed8d5c8 commit a766883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_parser/src/grammar/attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub(super) fn with_outer_attributes(
1414
) -> bool {
1515
let am = p.start();
1616
let has_attrs = p.at(T![#]);
17-
attributes::outer_attributes(p);
17+
attributes::outer_attributes(p);
1818
let cm = f(p);
1919
let success = cm.is_some();
2020

0 commit comments

Comments
 (0)