Skip to content

Commit fdcb4cb

Browse files
Remove trailing whitespace (#15869)
The formatter doesn't trim trailing whitespace in heredocs (#15836) but it goes away as soon as you save the file in an editor which respects the `trim_trailing_whitespace = true` from `.editorconfig`.
1 parent 652d9a9 commit fdcb4cb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

spec/std/spec/list_tags_spec.cr

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ describe Spec do
1212
end
1313
it "untagged #3" do
1414
end
15-
15+
1616
it "slow #1", tags: "slow" do
1717
end
1818
it "slow #2", tags: "slow" do
1919
end
20-
20+
2121
it "untagged #4" do
2222
end
23-
23+
2424
it "flakey #1", tags: "flakey" do
2525
end
2626
it "flakey #2, slow #3", tags: ["flakey", "slow"] do
2727
end
28-
28+
2929
it "untagged #5" do
3030
end
31-
31+
3232
pending "untagged #6"
33-
33+
3434
pending "untagged #7" do
3535
end
36-
36+
3737
pending "slow #5", tags: "slow"
3838
3939
describe "describe specs", tags: "describe" do
@@ -64,30 +64,30 @@ describe Spec do
6464
end
6565
it "untagged #3" do
6666
end
67-
67+
6868
it "slow #1", tags: "slow" do
6969
end
7070
it "slow #2", tags: "slow" do
7171
end
72-
72+
7373
it "untagged #4" do
7474
end
75-
75+
7676
it "flakey #1", tags: "flakey" do
7777
end
7878
it "flakey #2, slow #3", tags: ["flakey", "slow"] do
7979
end
80-
80+
8181
it "untagged #5" do
8282
end
83-
83+
8484
pending "untagged #6"
85-
85+
8686
pending "untagged #7" do
8787
end
8888
8989
pending "slow #5", tags: "slow"
90-
90+
9191
describe "describe specs", tags: "describe" do
9292
it "describe #1" do
9393
end

0 commit comments

Comments
 (0)