summaryrefslogtreecommitdiffstats
path: root/core/config/ivalue.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/ivalue.hh')
-rw-r--r--core/config/ivalue.hh22
1 files changed, 11 insertions, 11 deletions
diff --git a/core/config/ivalue.hh b/core/config/ivalue.hh
index 13e9a3a..782da76 100644
--- a/core/config/ivalue.hh
+++ b/core/config/ivalue.hh
@@ -1,11 +1,11 @@
-#pragma once
-
-namespace config
-{
-class IValue {
-public:
- virtual ~IValue(void) = default;
- virtual void set(std::string_view value) = 0;
- virtual std::string_view get(void) const = 0;
-};
-} // namespace config
+#pragma once
+
+namespace config
+{
+class IValue {
+public:
+ virtual ~IValue(void) = default;
+ virtual void set(std::string_view value) = 0;
+ virtual std::string_view get(void) const = 0;
+};
+} // namespace config