From 63482693656e7fb975456766b04d2872078e0732 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:49:49 +0800 Subject: [PATCH] Update --- functions/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tools.sh b/functions/tools.sh index b4f664683..82b1cb598 100644 --- a/functions/tools.sh +++ b/functions/tools.sh @@ -3,7 +3,7 @@ # Tools.sh is a shell wrapper intended to store commonly used functions. # Function 'format' is called to standardize the format of a file. -# $1: file to be formatted +# $1: file to be formatted format() { file="$1" [[ ! -f "$file" ]] && return