Skip to content
Snippets Groups Projects
Commit e4e3fce0 authored by Nick Draper's avatar Nick Draper
Browse files

clang formatting for this pr

parent 4a0faff0
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,8 @@ public: ...@@ -101,7 +101,8 @@ public:
}); });
ConfigService::Instance().setString("datasearch.directories", "/dev/null"); ConfigService::Instance().setString("datasearch.directories", "/dev/null");
ConfigService::Instance().setString("projectRecovery.secondsBetween", "600"); ConfigService::Instance().setString("projectRecovery.secondsBetween",
"600");
TS_ASSERT_EQUALS(1, callCountA); TS_ASSERT_EQUALS(1, callCountA);
TS_ASSERT_EQUALS(1, callCountB); TS_ASSERT_EQUALS(1, callCountB);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment