Skip to content

Commit

Permalink
chore: remove space fom ICollateralConfig.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotucks committed Apr 12, 2024
1 parent e3b3c37 commit ed2be58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IPercentage, IRiskRatio } from '@summerfi/sdk-common/common'
import { ICollateralConfig } from '@summerfi/sdk-common/protocols'

export interface I{{namePascalCase}} CollateralConfig extends ICollateralConfig {
export interface I{{namePascalCase}}CollateralConfig extends ICollateralConfig {
// Implement as required
}

0 comments on commit ed2be58

Please sign in to comment.