소스 검색

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)