소스 검색

Run go fmt.

Nigel Tao 9 년 전
부모
커밋
5979233c5d
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      snappy_test.go

+ 4 - 4
snappy_test.go

@@ -107,10 +107,10 @@ func TestInvalidVarint(t *testing.T) {
 }
 
 func TestDecode(t *testing.T) {
-	testCases := []struct{
-		desc string
-		input string
-		want string
+	testCases := []struct {
+		desc    string
+		input   string
+		want    string
 		wantErr error
 	}{{
 		`decodedLen=0x100000000 is too long`,