Skip to content

Commit 91492ec

Browse files
committed
Fix whitespace
1 parent 483523f commit 91492ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EntityFramework6.Npgsql/SqlGenerators/SqlBaseGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ public override VisitedExpression Visit([NotNull] DbScanExpression expression)
573573
? new ScanExpression(QuoteIdentifier(tableName), expression.Target)
574574
: new ScanExpression(QuoteIdentifier(schema) + "." + QuoteIdentifier(tableName), expression.Target);
575575
}
576-
576+
577577
return scan;
578578
}
579579

test/EntityFramework6.Npgsql.Tests/EntityFrameworkBasicTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ public void TestScalarValuedStoredFunctions()
642642
CollectionAssert.AreEqual(localChangedIds, remoteChangedIds);
643643
}
644644
}
645-
645+
646646
[Test]
647647
public void TestScalarValuedStoredFunctions_with_null_StoreFunctionName()
648648
{

0 commit comments

Comments
 (0)