diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-23 17:08:17 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-04 14:34:44 +0200 |
commit | d1f9bd1744b281adb353226c2f1285508e50ef53 (patch) | |
tree | 3f2a1004525b162c09b5a2e4120e51e3ac231419 /src | |
parent | e5010e47df602404d332d9686c04fa12358e3644 (diff) | |
download | justbuild-d1f9bd1744b281adb353226c2f1285508e50ef53.tar.gz |
FileRoot: Small format fix
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/file_system/file_root.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/buildtool/file_system/file_root.hpp b/src/buildtool/file_system/file_root.hpp index c625c586..708e29cb 100644 --- a/src/buildtool/file_system/file_root.hpp +++ b/src/buildtool/file_system/file_root.hpp @@ -746,9 +746,8 @@ class FileRoot { if (root[0] == FileRoot::kFileIgnoreSpecialMarker) { if (root.size() != 2 or (not root[1].is_string())) { return unexpected{fmt::format( - "\"file ignore-special\" scheme expects precisely " - "one string " - "argument, but found {} for {} of repository {}", + "\"file ignore-special\" scheme expects precisely one " + "string argument, but found {} for {} of repository {}", root.dump(), keyword, repo)}; |