Skip to content

Commit 661b616

Browse files
committed
fix formatting
1 parent 4b3b6fa commit 661b616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-unserialize.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
name
8585
(loop :for (key value) :on items :by #'cddr
8686
:collect (cons (%prepare-key key)
87-
value))))))))
87+
value)))))))
8888

8989
(defun .php-array ()
9090
(.let* ((_ (.string= "a:"))

0 commit comments

Comments
 (0)