Skip to content

Commit 4f51be8

Browse files
committed
Do not use space inside array brackets
1 parent 813a19d commit 4f51be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Steepfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target(:lib) do
77

88
signature("sig")
99

10-
YAML.safe_load_file("./manifest.yaml", symbolize_names: true) => { dependencies: }
10+
YAML.safe_load_file("./manifest.yaml", symbolize_names: true) => {dependencies:}
1111
# currently these libraries lack the `*.rbs` annotations required by `steep`
1212
stdlibs = dependencies - %w[English etc net/http rbconfig set stringio]
1313

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)