summaryrefslogtreecommitdiff
path: root/src/components/utils/include/utils/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/include/utils/helpers.h')
-rw-r--r--src/components/utils/include/utils/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/include/utils/helpers.h b/src/components/utils/include/utils/helpers.h
index f13d69aa83..1ef336dadd 100644
--- a/src/components/utils/include/utils/helpers.h
+++ b/src/components/utils/include/utils/helpers.h
@@ -132,6 +132,6 @@ bool in_range(const Container& container,
return std::find(container.begin(), container.end(), value) !=
container.end();
}
-}
+} // namespace helpers
#endif // SRC_COMPONENTS_UTILS_INCLUDE_UTILS_HELPERS_H_