Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Jan 18, 2024
1 parent 8357057 commit 87e92d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/__tests__/indexer/cost.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {cliTest, setup, seed, teardown, connect, deleteFromAllTables} from '../util'
import { cliTest, setup, seed, teardown, connect, deleteFromAllTables } from '../util'
import path from 'path'

const baseDir = path.join(__dirname, '..')
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/__tests__/indexer/rules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ describe('Indexer rules tests', () => {
'safety',
'false',
'requireSupported',
'true'
'true',
],
'references/indexer-rule-deployment-safety',
{
Expand Down

0 comments on commit 87e92d3

Please sign in to comment.