Skip to content

Commit 0022105

Browse files
committed
Fix indentation
1 parent d5b64c1 commit 0022105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/stringified_symbol_field_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
end
3232
end
3333

34-
# Using command monitoring to test that StringifiedSymbol sends a string and returns a symbol
35-
let(:client) { Order.collection.client }
34+
# Using command monitoring to test that StringifiedSymbol sends a string and returns a symbol
35+
let(:client) { Order.collection.client }
3636

3737
before do
3838
client.subscribe(Mongo::Monitoring::COMMAND, subscriber)

0 commit comments

Comments
 (0)