From d1f9bd1744b281adb353226c2f1285508e50ef53 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 23 May 2025 17:08:17 +0200 Subject: FileRoot: Small format fix --- src/buildtool/file_system/file_root.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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)}; -- cgit v1.2.3