fix merge cruft
diff --git a/test/run_tests.h b/test/run_tests.h
index 4338dce..093e246 100644
--- a/test/run_tests.h
+++ b/test/run_tests.h
@@ -27,7 +27,6 @@
  (This is the MIT license)
  ==============================================================================*/
 //  Created by Laurence Lundblade on 9/30/18.
-
 typedef int (*outputstring)(const char *szString, void *ctx);
 
 int run_tests(outputstring output, void *poutCtx, int *pNumTestsRun);