Skip to content

Commit

Permalink
🚨 Fix Detekt complaints
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Dec 30, 2024
1 parent 58e6d8c commit 16b062f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ private fun calculateAllTimeGramsDistribution(uses: List<Use>): List<Entry> {
Entry((day - firstUseDay).toFloat(), totalGrams.toFloat())
}
}

0 comments on commit 16b062f

Please sign in to comment.