Skip to content

Commit

Permalink
format:
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Matos authored and Javier Matos committed Oct 16, 2024
1 parent fb140fa commit 1f2787f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vcpkg/base/downloads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,7 @@ namespace vcpkg
}
else
{
msg::println(msgAssetCacheMissBlockOrigin,
msg::path = download_path.filename());
msg::println(msgAssetCacheMissBlockOrigin,msg::path = download_path.filename());
}
}
else if (auto script = m_config.m_script.get())
Expand Down

0 comments on commit 1f2787f

Please sign in to comment.