branch: elpa/gnosis
commit ab925863a76f2827b3a6f3ad890d7494fd3f5d97
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    calculate-average-daily-reviews: adjust indentation.
---
 gnosis.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnosis.el b/gnosis.el
index 172e942e008..b1957b90e80 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -272,7 +272,8 @@ When VERIFICATION is non-nil, skip `y-or-n-p' prompt."
           (lambda (d)
             (let ((day-reviews (gnosis-select 'reviewed-total 'activity-log
                                              `(and (> reviewed-total 0)
-                                                   (= date 
',(gnosis-algorithm-date (- d))))
+                                                   (= date 
',(gnosis-algorithm-date
+                                                             (- d))))
                                              t)))
               (setq review-counts (append review-counts day-reviews))))))
     ;; Collect reviews for each day

Reply via email to