Skip to content

Commit

Permalink
Trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 27, 2023
1 parent 3920ef4 commit 4ca1aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/super_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def obj.foobar(array)
it "should pass method arguments when called within a closure" do
SuperSpecs::ZSuperInBlock::B.new.m(arg: 1).should == 1
end

describe 'when using keyword arguments' do
before :each do
@req = SuperSpecs::Keywords::RequiredArguments.new
Expand Down

0 comments on commit 4ca1aa2

Please sign in to comment.