minor whitespace cleanup for ec_semver

This commit is contained in:
Eric Merritt 2012-09-16 13:07:17 -05:00
parent 50fbda3dc8
commit 0ed11ba68c

View file

@ -244,9 +244,6 @@ internal_pes(VsnA, {{LM, LMI, LP}, _}) ->
internal_pes(Vsn, LVsn) -> internal_pes(Vsn, LVsn) ->
gte(Vsn, LVsn). gte(Vsn, LVsn).
%%%=================================================================== %%%===================================================================
%%% Test Functions %%% Test Functions
%%%=================================================================== %%%===================================================================
@ -274,7 +271,6 @@ eql_test() ->
?assertMatch(true, not eql("1.0.0+build.1", ?assertMatch(true, not eql("1.0.0+build.1",
"1.0.1+build.2")). "1.0.1+build.2")).
gt_test() -> gt_test() ->
?assertMatch(true, gt("1.0.0-alpha.1", ?assertMatch(true, gt("1.0.0-alpha.1",
"1.0.0-alpha")), "1.0.0-alpha")),