minor whitespace cleanup for ec_semver
This commit is contained in:
parent
50fbda3dc8
commit
0ed11ba68c
1 changed files with 0 additions and 4 deletions
|
@ -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")),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue