Skip to content

Commit

Permalink
newline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsparrow435 committed May 24, 2013
1 parent 0dd92db commit 74ce893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riaknostic.erl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ validate_checks(Check, {Mods, SNames}) ->
{Check, Mod} ->
{[Mod|Mods], lists:delete({Check, Mod}, SNames)};
_ ->
io:format("Unknown check '~s' specified, skipping.", [Check]),
io:format("Unknown check '~s' specified, skipping.~n", [Check]),
{Mods, SNames}
end.

Expand Down

0 comments on commit 74ce893

Please sign in to comment.