Преглед на файлове

Merge pull request #36 from sguiheux/gofmt

Run gofmt.
Nigel Tao преди 9 години
родител
ревизия
7db9049039
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      encode_amd64.go

+ 1 - 1
encode_amd64.go

@@ -26,4 +26,4 @@ func extendMatch(src []byte, i, j int) int
 // encodeBlock has the same semantics as in encode_other.go.
 //
 //go:noescape
-func encodeBlock(dst, src []byte) (d int)
+func encodeBlock(dst, src []byte) (d int)