Skip to content

Commit 5717e0b

Browse files
committed
Remove unnecessary spaces.
1 parent 0fb5f5c commit 5717e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/sql/emitter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
describe Ronin::Code::SQL::Emitter do
1111
describe "#initialize" do
1212
context "without options" do
13-
it { expect(subject.space).to eq(' ') }
13+
it { expect(subject.space).to eq(' ') }
1414
it { expect(subject.quotes).to eq(:single) }
1515
it { expect(subject.syntax).to be(nil) }
1616
it { expect(subject.comment).to be(nil) }

0 commit comments

Comments
 (0)