Skip to content

Commit 37a969c

Browse files
committed
[v6.d REVIEW] Remove trailing whitespace
1 parent 7900eda commit 37a969c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

S17-lowlevel/atomic.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for 1..4 -> $attempt {
8686
atomic-inc-fetch($i);
8787
}
8888
} xx 4;
89-
is atomic-fetch($i), 4 * 20000, "Atomic increment of lexical works ($attempt)";
89+
is atomic-fetch($i), 4 * 20000, "Atomic increment of lexical works ($attempt)";
9090
}
9191

9292
# Atomic integer decrement (lexical)
@@ -97,7 +97,7 @@ for 1..4 -> $attempt {
9797
atomic-dec-fetch($i);
9898
}
9999
} xx 4;
100-
is atomic-fetch($i), 100000 - 4 * 20000, "Atomic decrement of lexical works ($attempt)";
100+
is atomic-fetch($i), 100000 - 4 * 20000, "Atomic decrement of lexical works ($attempt)";
101101
}
102102

103103
# Atomic integer add (lexical)
@@ -108,5 +108,5 @@ for 1..4 -> $attempt {
108108
atomic-add-fetch($i, 4);
109109
}
110110
} xx 4;
111-
is atomic-fetch($i), 100000 + 4 * 4 * 20000, "Atomic add of lexical works ($attempt)";
111+
is atomic-fetch($i), 100000 + 4 * 4 * 20000, "Atomic add of lexical works ($attempt)";
112112
}

0 commit comments

Comments
 (0)