Skip to content

Commit

Permalink
SNOW-728803: Fix spacing of bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Sep 27, 2023
1 parent 21f7044 commit 3d17073
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/unit/mock/mock_http_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@ function buildRequestOutputMappings(clientInfo)
body:
{
'data':
{
'parameters': [],
'rowtype': [],
'rowset': [['1']],
'total': 1,
'returned': 1
},
{
'parameters': [],
'rowtype': [],
'rowset': [['1']],
'total': 1,
'returned': 1
},
'message': null,
'code': null,
'success': true
Expand Down

0 comments on commit 3d17073

Please sign in to comment.