Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Feb 7, 2025
1 parent 8709e47 commit 3166e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/texdoclib-cli.tlu
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ local function parse_options()
else
return true, option['long'], cl_config
end
elseif option~=nil and option['group'] then
elseif option ~= nil and option['group'] then
if option['type'] == 'boolean' then
option['action'](cl_config, curr_arg)
elseif option['type'] == 'string' then
Expand Down

0 comments on commit 3166e28

Please sign in to comment.