From 4fa05f7799ae8587a84d7e0d59a4fdf2a943e2b3 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 9 Dec 2024 03:54:32 +0200 Subject: [PATCH] comma --- plugins/fs/src/commands.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/fs/src/commands.rs b/plugins/fs/src/commands.rs index e4efd5db..1d457e4b 100644 --- a/plugins/fs/src/commands.rs +++ b/plugins/fs/src/commands.rs @@ -393,7 +393,7 @@ pub async fn read_file( global_scope, command_scope, path, - options + options, ) .await } @@ -413,7 +413,7 @@ pub async fn read_text_file( global_scope, command_scope, path, - options + options, ) .await }