Fix code style

This commit is contained in:
Romain Vigier
2020-02-08 23:21:31 +01:00
parent bb528d8ee5
commit bffd0f8234
+1 -2
View File
@@ -63,8 +63,7 @@ class Switcher {
this.nightlight.stop_listening(); this.nightlight.stop_listening();
} }
catch(e) {} catch(e) {}
finally finally {
{
this.theme = null; this.theme = null;
this.variants = null; this.variants = null;
this.nightlight = null; this.nightlight = null;