summaryrefslogtreecommitdiffhomepage
path: root/include/NeBuildKit
diff options
context:
space:
mode:
Diffstat (limited to 'include/NeBuildKit')
-rw-r--r--include/NeBuildKit/Detail/Config.h7
1 files changed, 3 insertions, 4 deletions
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_; }