Browse Source

Run go fmt.

Nigel Tao 9 years ago
parent
commit
5979233c5d
1 changed files with 4 additions and 4 deletions
  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`,