From cdbfe85e5ca5fcb14090e336ffca2e851cc92072 Mon Sep 17 00:00:00 2001 From: Clive Crous Date: Thu, 24 Jul 2008 21:36:51 +0200 Subject: [PATCH] Add newline character at the end of the file --- tsql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsql.sql b/tsql.sql index fbef8507..080fc9f4 100644 --- a/tsql.sql +++ b/tsql.sql @@ -1,3 +1,3 @@ DECLARE @message varchar(128) SELECT @message = 'Hello World!' -PRINT @message \ No newline at end of file +PRINT @message