Blank line.

Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
diff --git a/zstd.go b/zstd.go
index 7ee9578..54a0ef5 100644
--- a/zstd.go
+++ b/zstd.go
@@ -136,7 +136,6 @@
 	return dst[:written], nil
 }
 
-
 // Compress src into dst.  If you have a buffer to use, you can pass it to
 // prevent allocation.  If it is too small, or if nil is passed, a new buffer
 // will be allocated and returned.