Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Nov 20, 2024
1 parent b6721e4 commit f9776ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mappings/rewards/Relaychain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {ValidatorStakingRewardCalculator} from "./ValidatorStakingRewardCalculat
import {Inflation, StakedInfo} from "./inflation/Inflation";
import Big from "big.js";
import {EraInfoDataSource} from "../era/EraInfoDataSource";
import { PolkadotStakingInflation } from "./inflation/PolkadotNewStakingInflation";
import {PolkadotStakingInflation} from "./inflation/PolkadotNewStakingInflation";

const LOWEST_PUBLIC_ID = 2000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export class PolkadotStakingInflation implements Inflation {

return inflation
}
}
}

0 comments on commit f9776ad

Please sign in to comment.