From 4be066ac8a7137edf11e5614e53962084664fce9 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 15 Feb 2021 12:43:24 -0500 Subject: [PATCH] Use consistent number of newlines at the start of files (#1402) --- ext/css/settings-old.css | 1 - ext/js/background/environment.js | 1 - ext/js/debug/timer.js | 1 - ext/js/language/deinflector.js | 1 - 4 files changed, 4 deletions(-) diff --git a/ext/css/settings-old.css b/ext/css/settings-old.css index 707de85a..319afbf6 100644 --- a/ext/css/settings-old.css +++ b/ext/css/settings-old.css @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - .help-block[hidden] { display: none; } diff --git a/ext/js/background/environment.js b/ext/js/background/environment.js index 5e61a56d..04099ca1 100644 --- a/ext/js/background/environment.js +++ b/ext/js/background/environment.js @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - class Environment { constructor() { this._cachedEnvironmentInfo = null; diff --git a/ext/js/debug/timer.js b/ext/js/debug/timer.js index 7c43efdf..81e3e1b3 100644 --- a/ext/js/debug/timer.js +++ b/ext/js/debug/timer.js @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - class Timer { constructor(name) { this.samples = []; diff --git a/ext/js/language/deinflector.js b/ext/js/language/deinflector.js index 8fee3f01..b6759215 100644 --- a/ext/js/language/deinflector.js +++ b/ext/js/language/deinflector.js @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - class Deinflector { constructor(reasons) { this.reasons = Deinflector.normalizeReasons(reasons);