Skip to content

Commit

Permalink
change formating
Browse files Browse the repository at this point in the history
  • Loading branch information
n00b21337 committed Mar 19, 2024
1 parent 1377dc2 commit 293ed9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SimpleSwapFactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { constants } from '@openzeppelin/test-helpers';

describe('SimpleSwapFactory', function () {
const salt = '0x000000000000000000000000000000000000000000000000000000000000abcd';
let issuer:any, other:any;
let simpleSwapFactory:Contract, testToken:Contract;
let issuer: any, other: any;

Check warning on line 8 in test/SimpleSwapFactory.test.ts

View workflow job for this annotation

GitHub Actions / check

Unexpected any. Specify a different type

Check warning on line 8 in test/SimpleSwapFactory.test.ts

View workflow job for this annotation

GitHub Actions / check

Unexpected any. Specify a different type
let simpleSwapFactory: Contract, testToken: Contract;

beforeEach(async function () {
[issuer, other] = await ethers.getSigners();
Expand Down

0 comments on commit 293ed9d

Please sign in to comment.