Skip to content

Commit d3c5587

Browse files
committed
chore(internal): touch up formatting
1 parent 734833c commit d3c5587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openai/helpers/structured_output/union_of.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def self.[](...) = new(...)
4444
# @param variants [Array<generic<Member>>]
4545
def initialize(*variants)
4646
case variants
47-
in [Symbol => d, Hash => vs ]
47+
in [Symbol => d, Hash => vs]
4848
discriminator(d)
4949
vs.each { variant(_1, _2) }
5050
else

0 commit comments

Comments
 (0)