diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-07-26 12:32:17 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-07-26 12:32:17 +0100 |
commit | 9105d6576924ef5e502df2de7c368dce63bf5eb7 (patch) | |
tree | d22871f57e9cabb48c5ebfaa8dfb24b5367920ec /icespider/unittests/testFileSessions.cpp | |
parent | Initialize var (diff) | |
download | icespider-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.cpp | 1 |
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; }; |