diff --git a/microservices/helloworld/src/app.ts b/microservices/helloworld/src/app.ts
index 0cfc19e9064b697069d545d48fda044c419861ab..e2b79a3b88cbcd3808b06d55ec310040e92508d3 100644
--- a/microservices/helloworld/src/app.ts
+++ b/microservices/helloworld/src/app.ts
@@ -1,4 +1,4 @@
 import Server from './express/Server';
-
+// Test for sonar
 
 new Server().run();
\ No newline at end of file