Skip to content

Commit 1f2787f

Browse files
Javier MatosJavier Matos
authored andcommitted
format:
1 parent fb140fa commit 1f2787f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vcpkg/base/downloads.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,7 @@ namespace vcpkg
938938
}
939939
else
940940
{
941-
msg::println(msgAssetCacheMissBlockOrigin,
942-
msg::path = download_path.filename());
941+
msg::println(msgAssetCacheMissBlockOrigin,msg::path = download_path.filename());
943942
}
944943
}
945944
else if (auto script = m_config.m_script.get())

0 commit comments

Comments
 (0)