From c2a73145e58f243e362d5623a87cfd3bbf0074ba Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 6 May 2019 15:45:50 +0100 Subject: [PATCH] Tidy up trailing whitespace, etc --- js/numformats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/numformats.js b/js/numformats.js index 7aa58696..f37755f2 100644 --- a/js/numformats.js +++ b/js/numformats.js @@ -1,6 +1,6 @@ /* -*- mode: javascript; c-basic-offset: 4; indent-tabs-mode: nil -*- */ -// +// // Dalliance Genome Explorer // (c) Thomas Down 2006-2014 // @@ -35,4 +35,4 @@ if (typeof(module) !== 'undefined') { formatLongInt: formatLongInt, formatQuantLabel: formatQuantLabel }; -} \ No newline at end of file +}