Browse Source

fix: added trailing commas

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 years ago
parent
commit
9e4c46c51c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/info/filetype.rs

+ 2 - 2
src/info/filetype.rs

@@ -233,7 +233,7 @@ impl FileExtensions {
             || (file.name.starts_with('#') && file.name.ends_with('#'))
             || file.extension_is_one_of( &[
                 "bak",
-                "bk"
+                "bk",
                 "bkp",
                 "swn",
                 "swo",
@@ -247,7 +247,7 @@ impl FileExtensions {
             "class",
             "elc",
             "hi",
-            "ko"
+            "ko",
             "o",
             "pyc",
             "zwc",