Merge pull request #4611 from aaronfranke/formatting

Make file formatting comply with POSIX standards and remove trailing space characters
This commit is contained in:
evazion
2020-12-05 12:45:38 -06:00
committed by GitHub
29 changed files with 51 additions and 51 deletions

View File

@@ -346,9 +346,9 @@ class BulkUpdateRequestTest < ActiveSupport::TestCase
context "a script with extra whitespace" do
should "validate" do
@script = %{
create alias aaa -> 000
create alias aaa -> 000
create alias bbb -> 111
create alias bbb -> 111
}
@bur = create(:bulk_update_request, script: @script)