Skip to content

Commit 2202f1e

Browse files
Javier MatosJavier Matos
authored andcommitted
format
1 parent 1f2787f commit 2202f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcpkg/base/downloads.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ namespace vcpkg
938938
}
939939
else
940940
{
941-
msg::println(msgAssetCacheMissBlockOrigin,msg::path = download_path.filename());
941+
msg::println(msgAssetCacheMissBlockOrigin, msg::path = download_path.filename());
942942
}
943943
}
944944
else if (auto script = m_config.m_script.get())

0 commit comments

Comments
 (0)