Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner authored and github-actions[bot] committed Oct 29, 2024
1 parent a3a9821 commit 8c91f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm-consensus/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { injectable } from "@mainsail/container";
import { Contracts, Identifiers } from "@mainsail/contracts";
import { Providers } from "@mainsail/kernel";

import { ConsensusContractService } from "./services/consensus-contract-service.js";
import { Deployer } from "./deployer.js";
import { Selector } from "./selector.js";
import { ConsensusContractService } from "./services/consensus-contract-service.js";
import { ValidatorSet } from "./validator-set.js";

export { Identifiers } from "./identifiers.js";
Expand Down

0 comments on commit 8c91f6a

Please sign in to comment.