From 327a7135899057ef8c3c72fff44f75f7a05496d9 Mon Sep 17 00:00:00 2001 From: Vitor Durante <5401232+vdurante@users.noreply.github.com> Date: Mon, 22 Jan 2018 17:45:17 -0200 Subject: [PATCH] Remove special character from beginning of file --- Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql b/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql index c25519c..713fb3d 100644 --- a/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql +++ b/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql @@ -1,4 +1,4 @@ -REFERENCE ASSEMBLY [Newtonsoft.Json]; +REFERENCE ASSEMBLY [Newtonsoft.Json]; REFERENCE ASSEMBLY [log4net]; REFERENCE ASSEMBLY [Avro]; REFERENCE ASSEMBLY [Microsoft.Analytics.Samples.Formats]; @@ -47,4 +47,4 @@ DECLARE @output_file string = @"\output\twitter.csv"; FROM @rs GROUP BY topic; -OUTPUT @cnt TO @output_file USING Outputters.Text(); \ No newline at end of file +OUTPUT @cnt TO @output_file USING Outputters.Text();