Skip to content

Commit f7439cb

Browse files
ochafikochafik
andcommitted
nit spaces
Co-Authored-By: ochafik <[email protected]>
1 parent bb213c6 commit f7439cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/arg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ static bool common_download_file_single(const std::string & url, const std::stri
285285

286286
common_load_model_from_url_headers headers;
287287
bool head_request_ok = false;
288-
288+
289289
if (!file_exists || !offline)
290290
{
291291
bool should_download = !file_exists; // by default, we should download if the file does not exist
@@ -3017,7 +3017,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
30173017
params.offline = true;
30183018
}
30193019
).set_env("LLAMA_OFFLINE"));
3020-
3020+
30213021
add_opt(common_arg(
30223022
{"-lv", "--verbosity", "--log-verbosity"}, "N",
30233023
"Set the verbosity threshold. Messages with a higher verbosity will be ignored.",

0 commit comments

Comments
 (0)