Skip to content

Commit e9590ed

Browse files
committed
fixes
1 parent 3e7276f commit e9590ed

File tree

1 file changed

+1
-1
lines changed
  • services/app/apps/codebattle/lib/codebattle/tournament/ranking

1 file changed

+1
-1
lines changed

services/app/apps/codebattle/lib/codebattle/tournament/ranking/by_player.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule Codebattle.Tournament.Ranking.ByPlayer do
1313
end
1414

1515
def get_nearest_page_by_player(_tournament, _player) do
16-
%{ entries: [] }
16+
%{entries: []}
1717
end
1818

1919
def get_page(_tournament, _page, page_size) do

0 commit comments

Comments
 (0)