branch: elpa/magit
commit 2e65c16dfe2378e8f722f1f450874f865b94b8a5
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-diff-update-hunk-refinement: Cosmetics
---
lisp/magit-diff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 784b7437fbd..f3d97ff11ec 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -3397,7 +3397,7 @@ actually a `diff' but a `diffstat' section."
(unless (looking-at "@@@")
(let ((smerge-refine-ignore-whitespace
magit-diff-refine-ignore-whitespace)
- ;; Avoid fsyncing many small temp files
+ ;; Avoid fsyncing many small temp files.
(write-region-inhibit-fsync t))
(diff-refine-hunk)))))
((or `(nil t ,_) '(t t nil))