summaryrefslogtreecommitdiff
path: root/icespider/unittests/testFileSessions.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-07-26 12:32:17 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-07-26 12:32:17 +0100
commit9105d6576924ef5e502df2de7c368dce63bf5eb7 (patch)
treed22871f57e9cabb48c5ebfaa8dfb24b5367920ec /icespider/unittests/testFileSessions.cpp
parentInitialize var (diff)
downloadicespider-9105d6576924ef5e502df2de7c368dce63bf5eb7.tar.bz2
icespider-9105d6576924ef5e502df2de7c368dce63bf5eb7.tar.xz
icespider-9105d6576924ef5e502df2de7c368dce63bf5eb7.zip
Reformat with new clang-format
Diffstat (limited to 'icespider/unittests/testFileSessions.cpp')
-rw-r--r--icespider/unittests/testFileSessions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/icespider/unittests/testFileSessions.cpp b/icespider/unittests/testFileSessions.cpp
index 2470363..9f73d43 100644
--- a/icespider/unittests/testFileSessions.cpp
+++ b/icespider/unittests/testFileSessions.cpp
@@ -26,6 +26,7 @@ public:
root(communicator->getProperties()->getProperty("IceSpider.FileSessions.Path"))
{
}
+
// NOLINTNEXTLINE(misc-non-private-member-variables-in-classes)
const std::filesystem::path root;
};