Skip to content

Commit

Permalink
ON-846: fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernanirst committed May 2, 2024
1 parent cefb282 commit 9f74ea2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/libraries/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ async function getListItem(MockedList: Contract, key: number) {
}

function print(text: string) {
if (ENABLE_LOGS)
console.log(text)
if (ENABLE_LOGS) console.log(text)
}

function printListItem(n: number, item: any) {
Expand Down

0 comments on commit 9f74ea2

Please sign in to comment.