Skip to content

Commit a72c5c7

Browse files
committed
Remove whitespace
1 parent 5280f43 commit a72c5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql_server/pyodbc/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def get_new_connection(self, conn_params):
290290

291291
if ms_drivers.match(driver) and os.name == 'nt':
292292
cstr_parts['MARS_Connection'] = 'yes'
293-
293+
294294
# User may want to use Azure AD Interactive connection option
295295
# It the user specified active directory interactive auth,
296296
# we neet to make sure pwd is not set and the connection is not

0 commit comments

Comments
 (0)