Skip to content

Commit

Permalink
[stylebot] Fixes for code style
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer committed Oct 4, 2024
1 parent 98ad54c commit 2c5c7ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ export {
deployMock,
} from "./mock-contract.js";

export {
type MockContract,
deployMockContract,
} from "./compat/waffle.js";
export { type MockContract, deployMockContract } from "./compat/waffle.js";

0 comments on commit 2c5c7ae

Please sign in to comment.