Skip to content

Commit

Permalink
rm whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Feb 21, 2024
1 parent 8fd95f0 commit 3c27f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/oneof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var oneOfTestCMappedSchema = schema.NewStructMappedObjectSchema[oneOfTestObjectC
)

// Test_OneOf_ConstructorBypass tests the behavior of a OneOf object created
// by the Scope Scope Schema, a scope that contains the schema of a scope
// by the Scope ScopeSchema, a scope that contains the schema of a scope
// and an object, through unserialization of data without using a
// New* constructor function, like NewOneOfStringSchema or NewOneOfIntSchema,
// behaves as one would expect from a OneOf object created from a constructor.
Expand Down

0 comments on commit 3c27f11

Please sign in to comment.