Skip to content

Commit

Permalink
Coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Oct 13, 2012
1 parent 01a6906 commit dd58276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/algorithm.d
Original file line number Diff line number Diff line change
Expand Up @@ -3391,7 +3391,8 @@ unittest
debug(std_algorithm) scope(success)
writeln("unittest @", __FILE__, ":", __LINE__, " done.");

struct CustomString {
struct CustomString
{
string _impl;

// This is what triggers issue 7992.
Expand Down

0 comments on commit dd58276

Please sign in to comment.