diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-15 12:43:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 12:43:24 -0500 |
commit | 4be066ac8a7137edf11e5614e53962084664fce9 (patch) | |
tree | a594155e5fad50f759b46b917f10bc55efebd9f7 /ext/js/background/environment.js | |
parent | 723a5a5a3503d84ade939434298d69febb07ded0 (diff) |
Use consistent number of newlines at the start of files (#1402)
Diffstat (limited to 'ext/js/background/environment.js')
-rw-r--r-- | ext/js/background/environment.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; |