Skip to content

Commit

Permalink
Remove repeated comments (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycheng-kickstarter committed Feb 27, 2024
1 parent 73cd804 commit f786861
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/src/main/java/com/kickstarter/libs/KSCurrency.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,6 @@ class KSCurrency(private val currentConfig: CurrentConfigType) {
fun format(initialValue: Double, project: Project, roundingMode: RoundingMode): String {
return format(initialValue, project, true, roundingMode, false)
}
/**
* Returns a currency string appropriate to the user's locale and location relative to a project.
*
* @param initialValue Value to display, local to the project's currency.
* @param project The project to use to look up currency information.
* @param excludeCurrencyCode If true, hide the US currency code for US users only.
*/
/**
* Returns a currency string appropriate to the user's locale and location relative to a project.
*
* @param initialValue Value to display, local to the project's currency.
* @param project The project to use to look up currency information.
*/
/**
* Returns a currency string appropriate to the user's locale and location relative to a project.
*
Expand Down

0 comments on commit f786861

Please sign in to comment.