Skip to content

Commit 539d3ed

Browse files
committed
remove blank line
1 parent da6dd67 commit 539d3ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/arg.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,7 @@ static bool common_download_file_single(const std::string & url, const std::stri
375375

376376
// display download progress
377377
curl_easy_setopt(curl.get(), CURLOPT_NOPROGRESS, 0L);
378-
379-
378+
380379
// helper function to hide password in URL
381380
auto llama_download_hide_password_in_url = [](const std::string & url) -> std::string {
382381
std::size_t protocol_pos = url.find("://");

0 commit comments

Comments
 (0)