diff --git a/mariasql/mariasql-tests.ts b/mariasql/mariasql-tests.ts
index 76819feba..c3ab5c848 100644
--- a/mariasql/mariasql-tests.ts
+++ b/mariasql/mariasql-tests.ts
@@ -1,7 +1,8 @@
// These are the examples from the node-mariasql README transposed to TypeScript
// https://github.com/mscdex/node-mariasql
-///
+///
+///
// Example 1 - SHOW DATABASES
import util = require('util');
@@ -198,4 +199,4 @@ c.end();
Query #3 finished successfully
Done with all queries
Client closed
- */
\ No newline at end of file
+ */