]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mongodb/operations/operations.factor
basis/extra: removing '[ @ ] in favor of _ for fried quotations.
[factor.git] / extra / mongodb / operations / operations.factor
index 9cedd7bb4c2e6bedc9faac25a7a5fb279bf06546..7aaea3d6af37c48ce00d3dc30a1823f05e012dfb 100644 (file)
@@ -84,7 +84,7 @@ PRIVATE>
 : (write-message) ( message quot -- )
     [ connection-buffer dup ] 2dip
     '[
-        [ _ [ write-header ] [ @ ] bi ] with-length-prefix
+        [ _ [ write-header ] _ bi ] with-length-prefix
     ] with-output-stream* write flush ; inline
 
 :: build-query-object ( query -- selector )