Formatting

This commit is contained in:
kdeng00
2022-01-08 23:52:46 -05:00
parent 25e8774968
commit 7c8e77f233
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
void initializeValues();
template <typename T>
void printValue(T);
void printValue(T val);
private:
};