Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed May 3, 2024
1 parent a0eb0a9 commit 96acd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actions/book.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { http, createPublicClient } from 'viem'
import { blast } from 'viem/chains'
import { describe, expect, inject, it } from 'vitest'
import { getClient } from '~test/src/client.js'
import { getBook } from './book.js'
import { createPublicClient, http } from 'viem'
import { blast } from 'viem/chains'

const { WETH, DAI } = inject('tokens')
const { mangrove, reader, order } = inject('mangrove')
Expand Down

0 comments on commit 96acd97

Please sign in to comment.