From 2c9b30572168488039c00ab2cfcb04083ca935a2 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 25 May 2018 00:28:14 -0700 Subject: [PATCH] style --- src/main/handlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/handlers.js b/src/main/handlers.js index dfef92c8..22bc65c6 100644 --- a/src/main/handlers.js +++ b/src/main/handlers.js @@ -229,7 +229,7 @@ function uninstallWin32 () { hive: Registry.HKCU, key: `\\Software\\Classes\\${protocol}` }) - protocolKey.destroy(() => { }) + protocolKey.destroy(() => {}) } }