Skip to content

Commit

Permalink
Merge pull request #288 from ckamm/isemailimports
Browse files Browse the repository at this point in the history
Fix imports in isemail.d.
  • Loading branch information
jmdavis committed Oct 14, 2011
2 parents e2ba3bd + de9eaaa commit 622cfb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/net/isemail.d
Expand Up @@ -24,7 +24,8 @@
*/
module std.net.isemail;

import std.algorithm : ElementType, equal, uniq, filter, contains = canFind;
import std.algorithm : equal, uniq, filter, contains = canFind;
import std.range : ElementType;
import std.array;
import std.ascii;
import std.conv;
Expand Down

0 comments on commit 622cfb2

Please sign in to comment.