Skip to content

Commit fa0b945

Browse files
committed
rubocop
1 parent d505226 commit fa0b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/datadog/core/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
expect(new_components)
5959
.to have_received(:startup!)
60-
.with(test_class.configuration, old_state: {remote_started: nil})
60+
.with(test_class.configuration, old_state: { remote_started: nil })
6161
.ordered
6262

6363
expect(new_components).to_not have_received(:shutdown!)

0 commit comments

Comments
 (0)