mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Fix whitespace in validateFalse test fixture
This diff should be entirely whitespace.
This commit is contained in:
parent
4c0c2d21ea
commit
1ff4433c87
@ -23,4 +23,4 @@
|
||||
"field T4.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -12,4 +12,4 @@
|
||||
"field T1.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -199,4 +199,4 @@
|
||||
"field T2.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -10,4 +10,4 @@
|
||||
"type HasTypeVal"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -34,4 +34,4 @@
|
||||
"type ValidatedMapType(keys)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -24,4 +24,4 @@
|
||||
"type StringType"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -26,4 +26,4 @@
|
||||
"type OtherTypedefStruct"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -20,4 +20,4 @@
|
||||
"field Struct.MapField[*] #2"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -30,4 +30,4 @@
|
||||
"type StringType"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -22,4 +22,4 @@
|
||||
"field T2.S false #2"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -20,4 +20,4 @@
|
||||
"field T1.T3"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -4,4 +4,4 @@
|
||||
"type T1"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -45,4 +45,4 @@
|
||||
"TMultiple, ShortCircuit 1"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -19,4 +19,4 @@
|
||||
"EMultiple, ShortCircuit 1"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -28,4 +28,4 @@
|
||||
"field T2.PS"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -40,4 +40,4 @@
|
||||
"field T2.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -4,4 +4,4 @@
|
||||
"field T1.Public"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -17,4 +17,4 @@
|
||||
"field Struct.ListField[*] #2"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -24,4 +24,4 @@
|
||||
"type StringType"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -32,4 +32,4 @@
|
||||
"type OtherTypedefStruct"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -30,4 +30,4 @@
|
||||
"type StringType"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -95,4 +95,4 @@
|
||||
"field T2.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -56,4 +56,4 @@
|
||||
"field T2.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -12,4 +12,4 @@
|
||||
"M1.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -12,4 +12,4 @@
|
||||
"M1.S"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -150,7 +150,7 @@ func (s *ValidationTestBuilder) ValidateFixtures() {
|
||||
if err := os.MkdirAll(path.Dir(testdataFilename), os.FileMode(0755)); err != nil {
|
||||
s.Fatal("error making directory", err)
|
||||
}
|
||||
data, err := json.MarshalIndent(got, " ", " ")
|
||||
data, err := json.MarshalIndent(got, "", " ")
|
||||
if err != nil {
|
||||
s.Fatal(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user