Skip to content

Commit 1bc72a7

Browse files
yahondaclaude
andcommitted
Fix rubocop Layout/SpaceInsideHashLiteralBraces offense
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4ef8cb commit 1bc72a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/plsql/procedure_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ def new_candidate(status)
24552455
end
24562456

24572457
it "should execute function with TABLE OF %ROWTYPE parameter" do
2458-
result = plsql.test_rowtype_pkg.test_fn([{id: 1, name: "test"}])
2458+
result = plsql.test_rowtype_pkg.test_fn([{ id: 1, name: "test" }])
24592459
expect(result).to eq(1)
24602460
end
24612461
end

0 commit comments

Comments
 (0)