Skip to content

Commit

Permalink
fix: revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHackman committed Jun 18, 2021
1 parent ea9f274 commit 4bef4d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/insomnia-app/app/ui/containers/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,9 @@ class App extends PureComponent<Props, State> {
handleSetResponsePreviewMode={this._handleSetResponsePreviewMode}
handleSetResponseFilter={this._handleSetResponseFilter}
handleSendRequestWithEnvironment={this._handleSendRequestWithEnvironment}
handleSendAndDownloadRequestWithEnvironment={this._handleSendAndDownloadRequestWithEnvironment}
handleSendAndDownloadRequestWithEnvironment={
this._handleSendAndDownloadRequestWithEnvironment
}
handleSetActiveResponse={this._handleSetActiveResponse}
handleSetActiveEnvironment={this._handleSetActiveEnvironment}
handleSetSidebarFilter={this._handleSetSidebarFilter}
Expand Down

0 comments on commit 4bef4d9

Please sign in to comment.