Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 8f9ed99

Browse files
committed
Remove double spaces
1 parent dbb5271 commit 8f9ed99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rspec/core/ordering.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def initialize(configuration)
8585
@configuration = configuration
8686
@strategies = {}
8787

88-
register(:random, Random.new(configuration))
89-
register(:modification_time, ModificationTime.new)
88+
register(:random, Random.new(configuration))
89+
register(:modification_time, ModificationTime.new)
9090

9191
identity = Identity.new
9292
register(:defined, identity)

0 commit comments

Comments
 (0)