branch: elpa/diff-ansi
commit 44b52d63456f9fddaa153c7c0186b1f5553a880e
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: format
---
diff-ansi.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/diff-ansi.el b/diff-ansi.el
index f38f77568b..8aeeb0c72d 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -703,8 +703,7 @@ Argument BEG is only used to calculate the progress
percentage."
(when diff-ansi-verbose-progress
(let ((message-log-max nil))
(message "diff-ansi: %2d%% complete"
- (min
- (/ (* 100 (- disp-beg-next beg)) (- end-next
beg))
+ (min (/ (* 100 (- disp-beg-next beg)) (- end-next
beg))
;; Never show 100 because there is work left to
do,
;; actual completion will hide the message.
99)))))))))