Skip to content

Commit 7b9781b

Browse files
committed
CI
1 parent 3a4d8a2 commit 7b9781b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ob-sql.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ or <user>/<password>@<database> using its alias."
192192

193193
(defun org-sql-dbstring-mssql (host user password database)
194194
"Make sqlcmd command line args for database connection.
195-
`sqlcmd' is the preferred command line tool to access Microsoft
196-
SQL Server on Windows and Linux platform."
195+
`sqlcmd' is the preferred command line tool to access Microsoft
196+
SQL Server on Windows and Linux platform."
197197
(mapconcat
198198
#'identity
199199
(delq nil

0 commit comments

Comments
 (0)