v0.2.47..v0.2.48 changeset ScriptTestSuite.h - ngageoint/hootenanny GitHub Wiki

diff --git a/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h b/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h
index 386b627..608b56c 100644
--- a/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h
+++ b/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h
@@ -39,9 +39,11 @@ namespace hoot
 class ScriptTestSuite : public CppUnit::TestSuite
 {
 public:
+
   ScriptTestSuite(QString dir, bool printDiff, double waitTime, bool hideDisableTests);
 
 private:
+
   std::vector<std::shared_ptr<ScriptTest>> _tests;
 };
 
⚠️ **GitHub.com Fallback** ⚠️