Skip to content

Commit

Permalink
Add missing space to deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobherrington committed Oct 8, 2020
1 parent 176e3a7 commit a4ad689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/core/state_machines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def order
@order ||= begin
if Spree::Config.use_legacy_order_state_machine
Spree::Deprecation.warn(
"Spree::Order state machine defined in Spree::Order::Checkout is deprecated." \
"Spree::Order state machine defined in Spree::Order::Checkout is deprecated.\s" \
"Future versions of Solidus will use Spree::Core::StateMachines::Order}",
caller
)
Expand Down

0 comments on commit a4ad689

Please sign in to comment.