From bffd0f82349a9bab06606fda573fdf50323fc774 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sat, 8 Feb 2020 23:21:31 +0100 Subject: [PATCH] Fix code style --- src/extension.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/extension.js b/src/extension.js index 2112617..8e14b83 100644 --- a/src/extension.js +++ b/src/extension.js @@ -63,8 +63,7 @@ class Switcher { this.nightlight.stop_listening(); } catch(e) {} - finally - { + finally { this.theme = null; this.variants = null; this.nightlight = null;