Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
y2k2mt committed Nov 24, 2022
1 parent d0a280f commit 121f9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end
base_url.try do |url|
if (query_options.empty?)
base_dir.try do |dir|
start_server(Config.new(url, server_port, mode,dir))
start_server(Config.new(url, server_port, mode, dir))
end || (
start_server(Config.new(url, server_port, mode))
)
Expand Down

0 comments on commit 121f9e9

Please sign in to comment.