Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed May 11, 2022
1 parent 1c34a44 commit 9da7ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/main.development.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as electron from 'electron';
import contextMenu from 'electron-context-menu';
import installExtension, { REACT_DEVELOPER_TOOLS, REDUX_DEVTOOLS } from 'electron-devtools-installer';
import { writeFile } from 'fs/promises';
import { writeFile } from 'fs/promises';
import path from 'path';

import appConfig from '../config/config.json';
Expand Down

0 comments on commit 9da7ef0

Please sign in to comment.