mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 16:49:41 +00:00
chore: auto format code
This commit is contained in:
@@ -600,7 +600,7 @@ is_path_whitelisted() {
|
||||
local check_pattern="${pattern%/}"
|
||||
local has_glob="false"
|
||||
case "$check_pattern" in
|
||||
*\**|*\?*|*\[*)
|
||||
*\** | *\?* | *\[*)
|
||||
has_glob="true"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user