Skip to content

Commit 4c725a3

Browse files
author
LanceD
committed
Just testing commit ...
1 parent 378bc0c commit 4c725a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/EMTree.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
int main(int argc, char** argv) {
1111
std::srand(std::time(0));
12-
12+
1313
if (true) {
1414
streamingEMTree();
1515
} else if (false) {
@@ -44,13 +44,13 @@ int main(int argc, char** argv) {
4444
} else {
4545
cout << "error - vectors or subset empty" << endl;
4646
}
47-
47+
4848
for (auto v : vectors) {
4949
delete v;
5050
}
5151
}
52-
52+
5353
return EXIT_SUCCESS;
5454
}
5555

56-
56+

0 commit comments

Comments
 (0)