aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-15 12:43:24 -0500
committerGitHub <noreply@github.com>2021-02-15 12:43:24 -0500
commit4be066ac8a7137edf11e5614e53962084664fce9 (patch)
treea594155e5fad50f759b46b917f10bc55efebd9f7
parent723a5a5a3503d84ade939434298d69febb07ded0 (diff)
Use consistent number of newlines at the start of files (#1402)
-rw-r--r--ext/css/settings-old.css1
-rw-r--r--ext/js/background/environment.js1
-rw-r--r--ext/js/debug/timer.js1
-rw-r--r--ext/js/language/deinflector.js1
4 files changed, 0 insertions, 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 <https://www.gnu.org/licenses/>.
*/
-
.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 <https://www.gnu.org/licenses/>.
*/
-
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 <https://www.gnu.org/licenses/>.
*/
-
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 <https://www.gnu.org/licenses/>.
*/
-
class Deinflector {
constructor(reasons) {
this.reasons = Deinflector.normalizeReasons(reasons);