Skip to content

Commit

Permalink
chore: remove formatting changes
Browse files Browse the repository at this point in the history
- keeping PR clean by reverting whitespace prettier changes

Contributes to: strimzi#106

Signed-off-by: Nic Townsend <[email protected]>
  • Loading branch information
nictownsend committed Dec 10, 2020
1 parent e727fb7 commit 218f644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/test/withApollo/withApollo.util.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export const generateMockResponseForGQLRequest: <T>(
},
result: data
? {
data,
}
data,
}
: {},
error: error ? error : undefined,
});
Expand Down

0 comments on commit 218f644

Please sign in to comment.