Skip to content

Commit d2ae388

Browse files
committed
style: re-indent plist
1 parent ed080f2 commit d2ae388

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lsp-mssql.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,11 @@ PARAMS the params."
264264
(- row-count loaded-index)
265265
to-load)))
266266
`(:ownerUri ,owner-uri
267-
:resultSetIndex ,id
268-
:rowsCount ,to-load
269-
:rowsStartIndex ,(prog1 loaded-index
270-
(setf loaded-index (+ loaded-index to-load)))
271-
:batchIndex ,batchId))
267+
:resultSetIndex ,id
268+
:rowsCount ,to-load
269+
:rowsStartIndex ,(prog1 loaded-index
270+
(setf loaded-index (+ loaded-index to-load)))
271+
:batchIndex ,batchId))
272272
(lsp--info "All items are loaded")
273273
nil)))
274274
(when-let ((params (subset-params)))

0 commit comments

Comments
 (0)