From 38bd31d0e3c65f92f1f7682ddaee8d9536c05b88 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Mon, 5 Jun 2023 10:41:53 +1000 Subject: [PATCH] Style Layout/TrailingWhitespace --- spec/system/consumer/split_checkout_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/consumer/split_checkout_spec.rb b/spec/system/consumer/split_checkout_spec.rb index 269551b7ff..59e428f2de 100644 --- a/spec/system/consumer/split_checkout_spec.rb +++ b/spec/system/consumer/split_checkout_spec.rb @@ -761,7 +761,7 @@ describe "As a consumer, I want to checkout my order" do expect(page).to have_content( "Note: if your order total is less than your voucher " \ - "you may not be able to spend the remaining value." + "you may not be able to spend the remaining value." ) end end