Skip to content

Commit 39b28de

Browse files
committed
test commit
1 parent 32995c8 commit 39b28de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Distribution/Server/Features/PackageList/PackageRank.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ scale :: Float -> Scorer -> Scorer
7171
scale mx sc = fracScor mx (total sc)
7272

7373
-- calculates number of versions from version list
74+
7475
major :: Num a => [a] -> a
7576
major (x : _) = x
7677
major _ = 0

0 commit comments

Comments
 (0)