From e99d64326b7c60c4a928ec5f7a9a93290e045674 Mon Sep 17 00:00:00 2001 From: Guilleag01 Date: Thu, 16 Nov 2023 00:35:30 +0100 Subject: [PATCH] fix --- src/utils.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.rs b/src/utils.rs index 7e09519..c86341d 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -114,8 +114,8 @@ pub fn get_icon_file_type<'a>(filename: String) -> &'a str { "xml" => "󰗀 ", "lua" => " ", "php" => " ", - "vim" => " " - "rs" => " ", + "vim" => " ", + "rs" => " ", "js" => " ", "sh" => " ", "db" => "󰆼 ",