Skip to content

Commit ffd62ab

Browse files
Revert removing whiteline
1 parent c0cc0c0 commit ffd62ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Snowflake.Data.Tests/IntegrationTests/SFMultiStatementsIT.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public void TestMixedQueryTypeWithBinding()
185185
conn.Open();
186186
SessionParameterAlterer.SetResultFormat(conn, ResultFormat.JSON);
187187

188+
188189
using (DbCommand cmd = conn.CreateCommand())
189190
{
190191
cmd.CommandText = $"create or replace table {TableName}(cola integer, colb string);" +

0 commit comments

Comments
 (0)