mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
fix indentation
This commit is contained in:
parent
bc561bcbf3
commit
6e475b6667
1 changed files with 4 additions and 4 deletions
|
@ -101,10 +101,10 @@ function __%[1]s_doesnt_requires_order_preservation
|
||||||
|
|
||||||
set -l keeporder (math (math --scale 0 $directive / $shellCompDirectiveKeepOrder) %% 2)
|
set -l keeporder (math (math --scale 0 $directive / $shellCompDirectiveKeepOrder) %% 2)
|
||||||
|
|
||||||
if test "$keeporder" -ne 0
|
if test "$keeporder" -ne 0
|
||||||
__%[1]s_debug "This does require order preservation"
|
__%[1]s_debug "This does require order preservation"
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue