From 8c5bfdb7777d7f670eac107bca15143836ca833d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 13 Feb 2026 11:46:49 +0100 Subject: feat: build: fix build system log. Signed-off-by: Amlal El Mahrouss --- include/NeBuildKit/Detail/Config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/NeBuildKit/Detail/Config.h b/include/NeBuildKit/Detail/Config.h index 7bc25fc..e292fbe 100644 --- a/include/NeBuildKit/Detail/Config.h +++ b/include/NeBuildKit/Detail/Config.h @@ -34,10 +34,9 @@ namespace NeBuild { struct BuildConfig final { - b_internal: - bool has_failed_{false}; - bool dry_run_{false}; - std::string path_{}; + b_internal : bool has_failed_{false}; + bool dry_run_{false}; + std::string path_{}; public: explicit operator bool() { return has_failed_; } -- cgit v1.2.3