Skip to content

Commit 65c10b6

Browse files
committed
Style
1 parent 0b836e6 commit 65c10b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/octocatalog-diff/tests/api/v1/diff_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
describe '#[]=' do
4646
it 'should set values in the array' do
4747
testobj = described_class.new(chg_1)
48-
testobj[3]='newer'
48+
testobj[3] = 'newer'
4949
expect(testobj.new_value).to eq('newer')
5050
end
5151
end

0 commit comments

Comments
 (0)