Skip to content

Commit

Permalink
fix: unused variable and space
Browse files Browse the repository at this point in the history
  • Loading branch information
Puppo committed Aug 17, 2023
1 parent 2d22791 commit d64a04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class MockSubscriptionClient {
let mockClient

const Wrapper = props => (
<ClientContext.Provider value={mockClient} >
<ClientContext.Provider value={mockClient}>
{props.children}
</ClientContext.Provider>
)
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-hooks/test-jsdom/unit/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isEqualFirstLevel, pipeP } from '../../src/utils'
import { pipeP } from '../../src/utils'

describe('GraphQLClient utils', () => {
describe('pipeP', () => {
Expand Down

0 comments on commit d64a04a

Please sign in to comment.