diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2020-08-24 14:33:36 +0200 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-04-06 04:32:21 +0800 |
commit | f7ee828e1c624be7429f8d986612c600d3eefd3b (patch) | |
tree | a9ce711b40fd839b4bcf5d1812731124403a7173 | |
parent | 415f3d09621bfabfe379a0038ce50d4e887a8f07 (diff) | |
download | ematrix-f7ee828e1c624be7429f8d986612c600d3eefd3b.tar.lz ematrix-f7ee828e1c624be7429f8d986612c600d3eefd3b.tar.xz ematrix-f7ee828e1c624be7429f8d986612c600d3eefd3b.zip |
Just a whitespace change
It was generated during a general scan to search for an issue, but
let's make a commit anyway; it doesn't really hurt anyone.
Signed-off-by: Jesús <heckyel@hyperbola.info>
-rw-r--r-- | lib/RowSnapshot.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/RowSnapshot.jsm b/lib/RowSnapshot.jsm index edc6bc9..43f20c3 100644 --- a/lib/RowSnapshot.jsm +++ b/lib/RowSnapshot.jsm @@ -49,7 +49,7 @@ RowSnapshot.counts = function (matrix) { let n = matrix.Matrix.columnHeaderIndices.size; for (let i=0; i<n; ++i) { - aa[i] = 0; + aa[i] = 0; } RowSnapshot.memoizedCounts = aa; |