Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed May 22, 2024
1 parent 3855f38 commit 6eccca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/kandel/params.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { describe, it, inject, expect } from 'vitest'
import { getKandelPositionRawParams } from './params.js'
import { priceFromTick, tickFromPrice } from '../tick.js'
import { describe, expect, inject, it } from 'vitest'
import {
humanPriceToRawPrice,
rawPriceToHumanPrice,
} from '../human-readable.js'
import { priceFromTick, tickFromPrice } from '../tick.js'
import { getKandelPositionRawParams } from './params.js'

const { wethUSDC } = inject('markets')

Expand Down

0 comments on commit 6eccca6

Please sign in to comment.