Skip to content

Commit

Permalink
Fix lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed May 22, 2024
1 parent 5bf2adb commit db77033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/electron/go_vpn_tunnel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ import {platform} from 'os';

import {powerMonitor} from 'electron';

import {pathToEmbeddedTun2socksBinary} from './app_paths';
import {ChildProcessHelper, ProcessTerminatedExitCodeError, ProcessTerminatedSignalError} from './process';
import {RoutingDaemon} from './routing_service';
import {VpnTunnel} from './vpn_tunnel';
import {pathToEmbeddedTun2socksBinary} from './app_paths';
import {ShadowsocksSessionConfig, TunnelStatus} from '../src/www/app/tunnel';
import {ErrorCode, fromErrorCode, UnexpectedPluginError} from '../src/www/model/errors';

Expand Down

0 comments on commit db77033

Please sign in to comment.