summaryrefslogtreecommitdiff
path: root/ksh-report.el
diff options
context:
space:
mode:
authorArun Isaac2020-12-31 15:11:38 +0530
committerArun Isaac2020-12-31 15:11:38 +0530
commitd4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7 (patch)
tree1d2712593439e07dbec4a70bc236f1b47b6d6ca4 /ksh-report.el
parent9d894bcce1fb5856ea1edf8ec178964a05cbac45 (diff)
downloadksh-reports-d4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7.tar.gz
ksh-reports-d4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7.tar.lz
ksh-reports-d4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7.zip
Improve code formatting.
* ksh-report.el (insert-biometry): Improve code formatting.
Diffstat (limited to 'ksh-report.el')
-rw-r--r--ksh-report.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksh-report.el b/ksh-report.el
index ff708d9..722e4f6 100644
--- a/ksh-report.el
+++ b/ksh-report.el
@@ -25,8 +25,9 @@
(crop-pdf
(combine-pdfs
(mapcar (lambda (reading)
- (apply 'draw-biometry
- (mapcar 'get-field reading))) readings))))))
+ (apply 'draw-biometry
+ (mapcar 'get-field reading)))
+ readings))))))
(defun combine-pdfs (pdfs)
(let ((temp-combination (make-temp-file "pdfjam" nil ".pdf")))