mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +03:00
Coding style.
This commit is contained in:
parent
01a690654a
commit
dd58276c00
1 changed files with 2 additions and 1 deletions
|
@ -3391,7 +3391,8 @@ unittest
|
||||||
debug(std_algorithm) scope(success)
|
debug(std_algorithm) scope(success)
|
||||||
writeln("unittest @", __FILE__, ":", __LINE__, " done.");
|
writeln("unittest @", __FILE__, ":", __LINE__, " done.");
|
||||||
|
|
||||||
struct CustomString {
|
struct CustomString
|
||||||
|
{
|
||||||
string _impl;
|
string _impl;
|
||||||
|
|
||||||
// This is what triggers issue 7992.
|
// This is what triggers issue 7992.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue