Skip to content

Commit

Permalink
Fixed long lines in std/encoding.d
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed May 11, 2016
1 parent ba0a227 commit 6b49b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/encoding.d
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,8 @@ unittest

string asciiCharString = to!string(iota(0, 128, 1));

alias Types = AliasSeq!(string, Latin1String, Latin2String, AsciiString, Windows1250String, Windows1252String, dstring, wstring);
alias Types = AliasSeq!(string, Latin1String, Latin2String, AsciiString,
Windows1250String, Windows1252String, dstring, wstring);
foreach (S; Types)
foreach (D; Types)
{
Expand Down

0 comments on commit 6b49b0a

Please sign in to comment.