Skip to content

Commit 10fe8d5

Browse files
committed
Fix lint: add space before line continuation backslash
1 parent 9f81c76 commit 10fe8d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/data_customs/migration_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ def verify! = nil
188188
end
189189

190190
expect { migration.run }.to output(
191-
"🛃 Progress: ░░░░░░░░░░░░░░░░░░░░ 0%\n"\
192-
"🛃 Progress: ████████████████████ 100%\n"\
191+
"🛃 Progress: ░░░░░░░░░░░░░░░░░░░░ 0%\n" \
192+
"🛃 Progress: ████████████████████ 100%\n" \
193193
"🛃 Data migration ran successfully!\n"
194194
).to_stdout
195195
end

0 commit comments

Comments
 (0)