Skip to content

Commit 3166e28

Browse files
committed
formatting
1 parent 8709e47 commit 3166e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/texdoclib-cli.tlu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ local function parse_options()
117117
else
118118
return true, option['long'], cl_config
119119
end
120-
elseif option~=nil and option['group'] then
120+
elseif option ~= nil and option['group'] then
121121
if option['type'] == 'boolean' then
122122
option['action'](cl_config, curr_arg)
123123
elseif option['type'] == 'string' then

0 commit comments

Comments
 (0)