aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2020-08-24 14:33:36 +0200
committerJesús <heckyel@hyperbola.info>2022-04-06 04:32:21 +0800
commitf7ee828e1c624be7429f8d986612c600d3eefd3b (patch)
treea9ce711b40fd839b4bcf5d1812731124403a7173
parent415f3d09621bfabfe379a0038ce50d4e887a8f07 (diff)
downloadematrix-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.jsm2
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;