From 4be066ac8a7137edf11e5614e53962084664fce9 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 15 Feb 2021 12:43:24 -0500 Subject: Use consistent number of newlines at the start of files (#1402) --- ext/js/background/environment.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/js/background/environment.js') 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; -- cgit v1.2.3