Fix whitespace in validateFalse test fixture

This diff should be entirely whitespace.
This commit is contained in:
Tim Hockin 2025-03-16 14:28:26 -07:00
parent 4c0c2d21ea
commit 1ff4433c87
No known key found for this signature in database
26 changed files with 889 additions and 889 deletions

View File

@ -199,4 +199,4 @@
"field T2.S" "field T2.S"
] ]
} }
} }

View File

@ -10,4 +10,4 @@
"type HasTypeVal" "type HasTypeVal"
] ]
} }
} }

View File

@ -34,4 +34,4 @@
"type ValidatedMapType(keys)" "type ValidatedMapType(keys)"
] ]
} }
} }

View File

@ -24,4 +24,4 @@
"type StringType" "type StringType"
] ]
} }
} }

View File

@ -26,4 +26,4 @@
"type OtherTypedefStruct" "type OtherTypedefStruct"
] ]
} }
} }

View File

@ -20,4 +20,4 @@
"field Struct.MapField[*] #2" "field Struct.MapField[*] #2"
] ]
} }
} }

View File

@ -30,4 +30,4 @@
"type StringType" "type StringType"
] ]
} }
} }

View File

@ -22,4 +22,4 @@
"field T2.S false #2" "field T2.S false #2"
] ]
} }
} }

View File

@ -45,4 +45,4 @@
"TMultiple, ShortCircuit 1" "TMultiple, ShortCircuit 1"
] ]
} }
} }

View File

@ -19,4 +19,4 @@
"EMultiple, ShortCircuit 1" "EMultiple, ShortCircuit 1"
] ]
} }
} }

View File

@ -28,4 +28,4 @@
"field T2.PS" "field T2.PS"
] ]
} }
} }

View File

@ -40,4 +40,4 @@
"field T2.S" "field T2.S"
] ]
} }
} }

View File

@ -4,4 +4,4 @@
"field T1.Public" "field T1.Public"
] ]
} }
} }

View File

@ -17,4 +17,4 @@
"field Struct.ListField[*] #2" "field Struct.ListField[*] #2"
] ]
} }
} }

View File

@ -24,4 +24,4 @@
"type StringType" "type StringType"
] ]
} }
} }

View File

@ -32,4 +32,4 @@
"type OtherTypedefStruct" "type OtherTypedefStruct"
] ]
} }
} }

View File

@ -30,4 +30,4 @@
"type StringType" "type StringType"
] ]
} }
} }

View File

@ -95,4 +95,4 @@
"field T2.S" "field T2.S"
] ]
} }
} }

View File

@ -56,4 +56,4 @@
"field T2.S" "field T2.S"
] ]
} }
} }

View File

@ -150,7 +150,7 @@ func (s *ValidationTestBuilder) ValidateFixtures() {
if err := os.MkdirAll(path.Dir(testdataFilename), os.FileMode(0755)); err != nil { if err := os.MkdirAll(path.Dir(testdataFilename), os.FileMode(0755)); err != nil {
s.Fatal("error making directory", err) s.Fatal("error making directory", err)
} }
data, err := json.MarshalIndent(got, " ", " ") data, err := json.MarshalIndent(got, "", " ")
if err != nil { if err != nil {
s.Fatal(err) s.Fatal(err)
} }