From 4bef4d9783aa903033cfa8991bbb3d19691b2a13 Mon Sep 17 00:00:00 2001 From: NickHackman Date: Fri, 18 Jun 2021 15:43:23 -0500 Subject: [PATCH] fix: revert formatting --- packages/insomnia-app/app/ui/containers/app.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/insomnia-app/app/ui/containers/app.tsx b/packages/insomnia-app/app/ui/containers/app.tsx index afd1dde49011..e80245584cec 100644 --- a/packages/insomnia-app/app/ui/containers/app.tsx +++ b/packages/insomnia-app/app/ui/containers/app.tsx @@ -1533,7 +1533,9 @@ class App extends PureComponent { handleSetResponsePreviewMode={this._handleSetResponsePreviewMode} handleSetResponseFilter={this._handleSetResponseFilter} handleSendRequestWithEnvironment={this._handleSendRequestWithEnvironment} - handleSendAndDownloadRequestWithEnvironment={this._handleSendAndDownloadRequestWithEnvironment} + handleSendAndDownloadRequestWithEnvironment={ + this._handleSendAndDownloadRequestWithEnvironment + } handleSetActiveResponse={this._handleSetActiveResponse} handleSetActiveEnvironment={this._handleSetActiveEnvironment} handleSetSidebarFilter={this._handleSetSidebarFilter}