Skip to content

Commit

Permalink
chore: detekt formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 committed May 28, 2024
1 parent a401545 commit 08df342
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ internal class DefaultContributorRepository @Inject constructor(
commit.commit.author.date.startsWith(
CURRENT_YEAR_PREFIX
)
}) {
}
) {
contributor.toData()
} else {
null
Expand All @@ -43,4 +44,3 @@ internal class DefaultContributorRepository @Inject constructor(
private const val CURRENT_YEAR_PREFIX = "2024"
}
}

0 comments on commit 08df342

Please sign in to comment.