Skip to content

Commit

Permalink
fixing one breakage of 80-columns rule
Browse files Browse the repository at this point in the history
  • Loading branch information
si14 committed Sep 16, 2011
1 parent 2d604ac commit dd35d80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/proper_stdgen.erl
Expand Up @@ -112,7 +112,10 @@ email_domain() ->
string:join(Labels, ".")),
length(Hostname) < 256)},
{1,
?LET({A,B,C,D}, {integer(0,255),integer(0,255),integer(0,255),integer(0,255)},
?LET({A,B,C,D}, {integer(0,255),
integer(0,255),
integer(0,255),
integer(0,255)},
"[" ++ string:join([integer_to_list(A),
integer_to_list(B),
integer_to_list(C),
Expand Down

0 comments on commit dd35d80

Please sign in to comment.