Skip to content

Commit be5bf88

Browse files
committed
Convert tabs to spaces
1 parent 09469e4 commit be5bf88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ ipc.on('connect', function(event) {
4545
});
4646

4747
ipc.on('start-proxy', function(event, port) {
48-
server = setup(http.createServer());
49-
server.listen(port, function() {
48+
server = setup(http.createServer());
49+
server.listen(port, function() {
5050
mb.tray.setImage(icons.active);
5151
var port = server.address().port;
5252
console.log('HTTP(s) proxy server listening on port %d', port);
5353
});
5454
});
5555

5656
ipc.on('stop-proxy', function(event, port) {
57-
server.close(function() {
57+
server.close(function() {
5858
mb.tray.setImage(icons.subdued);
59-
console.log('proxy stopped')
60-
});
59+
console.log('proxy stopped')
60+
});
6161
});
6262

6363
let options = {

0 commit comments

Comments
 (0)