summaryrefslogtreecommitdiff
path: root/compiler/nest/core/src/Expr.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nest/core/src/Expr.test.cpp')
-rw-r--r--compiler/nest/core/src/Expr.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nest/core/src/Expr.test.cpp b/compiler/nest/core/src/Expr.test.cpp
index 2e26c234a..1b2e7135a 100644
--- a/compiler/nest/core/src/Expr.test.cpp
+++ b/compiler/nest/core/src/Expr.test.cpp
@@ -25,7 +25,7 @@ namespace
struct DummyNode final : public nest::expr::Node
{
};
-}
+} // namespace
TEST(EXPR, operator_sum)
{