Skip to content

Commit

Permalink
fix selective import style
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Aug 9, 2016
1 parent d75ad32 commit c3b6b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/encoding.d
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ body

unittest // mutable/const input/output
{
import std.meta: AliasSeq;
import std.meta : AliasSeq;

foreach (O; AliasSeq!(Latin1Char, const Latin1Char, immutable Latin1Char))
{
Expand Down

0 comments on commit c3b6b42

Please sign in to comment.