Skip to content

Commit 38bf8fa

Browse files
committed
Fix credo
1 parent 520e440 commit 38bf8fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/app/apps/codebattle/lib/codebattle/tournament/season_tournament_generator.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ defmodule Codebattle.Tournament.SeasonTournamentGenerator do
341341
if compare_year_month(current, end_month) == :gt do
342342
nil
343343
else
344+
# credo:disable-for-next-line
344345
next =
345346
if month == 12 do
346347
{year + 1, 1}

0 commit comments

Comments
 (0)