From 218f644374724ba27af1d58552a3262808d91224 Mon Sep 17 00:00:00 2001 From: Nic Townsend Date: Thu, 10 Dec 2020 12:18:37 +0000 Subject: [PATCH] chore: remove formatting changes - keeping PR clean by reverting whitespace prettier changes Contributes to: strimzi/strimzi-ui#106 Signed-off-by: Nic Townsend --- utils/test/withApollo/withApollo.util.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/test/withApollo/withApollo.util.tsx b/utils/test/withApollo/withApollo.util.tsx index e1e6bb6f..4a7e8e94 100644 --- a/utils/test/withApollo/withApollo.util.tsx +++ b/utils/test/withApollo/withApollo.util.tsx @@ -58,8 +58,8 @@ export const generateMockResponseForGQLRequest: ( }, result: data ? { - data, - } + data, + } : {}, error: error ? error : undefined, });