Skip to content

Commit 97d50ca

Browse files
committed
remove redundant local
1 parent 42cb20b commit 97d50ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/views/command/fixed_flags_filter.gtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= view_marker
22

33
> while [[ $# -gt 0 ]]; do
4-
> local key="$1"
4+
> key="$1"
55
> case "$key" in
66

77
if root_command?

0 commit comments

Comments
 (0)