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/debug | |
parent | 723a5a5a3503d84ade939434298d69febb07ded0 (diff) |
Use consistent number of newlines at the start of files (#1402)
Diffstat (limited to 'ext/js/debug')
-rw-r--r-- | ext/js/debug/timer.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 = []; |