Skip to content

Commit

Permalink
run prettier --write
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Oct 16, 2024
1 parent b1ffb83 commit 293de73
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---

**Describe the bug** A clear and concise description of what the bug is.
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.** A clear and concise description
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { balAddress, daiAddress, usdcAddress, usdtAddress, wETHAddress } from '@repo/lib/debug-helpers'
import {
balAddress,
daiAddress,
usdcAddress,
usdtAddress,
wETHAddress,
} from '@repo/lib/debug-helpers'
import { GqlPoolElement } from '@repo/lib/shared/services/api/generated/graphql'
import { aBalWethPoolElementMock } from '@repo/lib/test/msw/builders/gqlPoolElement.builders'
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { daiAddress, polAddress } from '@repo/lib/debug-helpers'
import { alternativeTestUserAccount, defaultTestUserAccount } from '@repo/lib/test/anvil/anvil-setup'
import {
alternativeTestUserAccount,
defaultTestUserAccount,
} from '@repo/lib/test/anvil/anvil-setup'
import { testHook } from '@repo/lib/test/utils/custom-renderers'
import { waitFor } from '@testing-library/react'
import { erc20Abi } from 'viem'
Expand Down

0 comments on commit 293de73

Please sign in to comment.