diff options
author | Arun Isaac | 2020-12-31 15:11:38 +0530 |
---|---|---|
committer | Arun Isaac | 2020-12-31 15:11:38 +0530 |
commit | d4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7 (patch) | |
tree | 1d2712593439e07dbec4a70bc236f1b47b6d6ca4 | |
parent | 9d894bcce1fb5856ea1edf8ec178964a05cbac45 (diff) | |
download | ksh-reports-d4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7.tar.gz ksh-reports-d4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7.tar.lz ksh-reports-d4bcb32a3ef029e9897b6467ff1c4b8f1640c4c7.zip |
Improve code formatting.
* ksh-report.el (insert-biometry): Improve code formatting.
-rw-r--r-- | ksh-report.el | 5 |
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"))) |