diff options
Diffstat (limited to 'components/plugins/lints.rs')
-rw-r--r-- | components/plugins/lints.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/plugins/lints.rs b/components/plugins/lints.rs index 4a1bbb85f09..4b349e014b4 100644 --- a/components/plugins/lints.rs +++ b/components/plugins/lints.rs @@ -140,4 +140,5 @@ impl LintPass for UnrootedPass { _ => {} } } -}
\ No newline at end of file +} + |