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

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

View File

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

View File

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

View File

@ -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)
}