Skip to content

Commit ce0d609

Browse files
committed
style
1 parent d1fb7e6 commit ce0d609

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

std/uuid.d

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,14 +1513,10 @@ unittest
15131513

15141514
UUID[100_000] uuids = void;
15151515

1516-
auto sw = StopWatch(AutoStart.yes); // for debugging purposes
1517-
1518-
foreach(ref u; uuids)
1516+
foreach (ref u; uuids)
15191517
u = f.createUUIDv7_method3;
15201518

1521-
sw.stop;
1522-
1523-
foreach(i; 1 .. uuids.length)
1519+
foreach (i; 1 .. uuids.length)
15241520
assert(uuids[i-1].v7Timestamp_method3 < uuids[i].v7Timestamp_method3);
15251521
}
15261522

0 commit comments

Comments
 (0)