Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Dec 6, 2023
1 parent 5f4297b commit d7f2884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/price_fetchers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package price_fetchers

const (
CoingeckoPriceFetcherName string = "coingecko"
CoingeckoBaseCurrency = "usd"
CoingeckoBaseCurrency string = "usd"
)

0 comments on commit d7f2884

Please sign in to comment.