Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit eab045e

Browse files
committed
Removed trailing spaces
1 parent a2b2e11 commit eab045e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLToolsAPI/Command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run(self):
6060
resultString = "{0}\n{1}\n{2}\n{3}\n*/".format(
6161
resultInfo, resultLine, self.query, resultLine)
6262
return self.callback(resultString)
63-
63+
6464
results, errors = self.process.communicate(input=self.query.encode())
6565

6666
queryTimerEnd = time.time()

0 commit comments

Comments
 (0)