Clic: fix indentation
This commit is contained in:
parent
5167f7b298
commit
d5e0c1c51f
@ -1023,7 +1023,7 @@ let rec remaining_spec :
|
||||
| AddArg (Constant _, rest) ->
|
||||
remaining_spec seen rest
|
||||
| AddArg (arg, rest) ->
|
||||
let { long ; _ } = get_arg_label arg in
|
||||
let { long ; _ } = get_arg_label arg in
|
||||
if TzString.Set.mem long seen
|
||||
then remaining_spec seen rest
|
||||
else get_arg arg @ remaining_spec seen rest
|
||||
|
Loading…
Reference in New Issue
Block a user