Skip to content

Commit 1c0a0c8

Browse files
committed
Remove whitespace
1 parent 5f7cfd2 commit 1c0a0c8

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
@@ -292,7 +292,7 @@ def get_new_connection(self, conn_params):
292292

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

0 commit comments

Comments
 (0)