Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 17, 2017
1 parent 483523f commit 91492ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public override VisitedExpression Visit([NotNull] DbScanExpression expression)
? new ScanExpression(QuoteIdentifier(tableName), expression.Target)
: new ScanExpression(QuoteIdentifier(schema) + "." + QuoteIdentifier(tableName), expression.Target);
}

return scan;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ public void TestScalarValuedStoredFunctions()
CollectionAssert.AreEqual(localChangedIds, remoteChangedIds);
}
}

[Test]
public void TestScalarValuedStoredFunctions_with_null_StoreFunctionName()
{
Expand Down

0 comments on commit 91492ec

Please sign in to comment.