Skip to content

Commit fb5ffac

Browse files
committed
Minimize diff by readding blank line after try
1 parent a77e8cf commit fb5ffac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numcodecs/lz4.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def compress(source, int acceleration=DEFAULT_ACCELERATION):
9090
source_size = source_pb.len
9191

9292
try:
93+
9394
# setup destination
9495
dest_size = LZ4_compressBound(source_size)
9596
dest = PyBytes_FromStringAndSize(NULL, dest_size + sizeof(uint32_t))

0 commit comments

Comments
 (0)