Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 5b81f1c

Browse files
RazvanN7dkorpel
andauthored
Update src/core/lifetime.d
Co-authored-by: Dennis <dkorpel@users.noreply.github.com>
1 parent e815ab7 commit 5b81f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/lifetime.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ void copyEmplace(S, T)(ref S source, ref T target) @system
13881388
S s1 = S(1);
13891389
S s2 = void;
13901390
copyEmplace(s1, s2);
1391-
assert (s2 == S(1));
1391+
assert(s2 == S(1));
13921392
}
13931393

13941394
version (DigitalMars) version (X86) version (Posix) version = DMD_X86_Posix;

0 commit comments

Comments
 (0)