Loading src/object-store-file.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ :element-type (stream-element-type in-stream) :direction :output :if-exists :supersede) (uiop:copy-stream-to-stream in-stream s)))) (uiop:copy-stream-to-stream in-stream s :element-type (stream-element-type in-stream))))) (defmethod call-with-open-object-stream ((object-store file-object-store) path thunk &rest args Loading Loading
src/object-store-file.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ :element-type (stream-element-type in-stream) :direction :output :if-exists :supersede) (uiop:copy-stream-to-stream in-stream s)))) (uiop:copy-stream-to-stream in-stream s :element-type (stream-element-type in-stream))))) (defmethod call-with-open-object-stream ((object-store file-object-store) path thunk &rest args Loading