Skip to content

Commit e26ce59

Browse files
Fix minor spacing error
1 parent 19b208c commit e26ce59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/missing_doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingDoc {
123123
hir::ItemKind::Const(..)
124124
| hir::ItemKind::Enum(..)
125125
| hir::ItemKind::Mod(..)
126-
| hir::ItemKind::Macro{ .. }
126+
| hir::ItemKind::Macro { .. }
127127
| hir::ItemKind::Static(..)
128128
| hir::ItemKind::Struct(..)
129129
| hir::ItemKind::Trait(..)

0 commit comments

Comments
 (0)