Skip to content

Commit

Permalink
Removed spaces at end of lines
Browse files Browse the repository at this point in the history
Eclipse does not seem to be able to take care of these...
  • Loading branch information
ceprio committed Oct 16, 2017
1 parent f791857 commit 6e702a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Orange/data/sql/backend/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ def count_approx(self, query):
if not match:
# Either StatementEstRows was not found or
# a float is received.
# If it is a float then it is most probable
# If it is a float then it is most probable
# that the server's statistics are out of date
# and the result is false. In that case
# it is preferable to return None so
# it is preferable to return None so
# an exact count be used.
return None
return int(match.group(1))
Expand Down

0 comments on commit 6e702a0

Please sign in to comment.