From fa8865bf4930bd2d5696b02854df4c8527ed41b5 Mon Sep 17 00:00:00 2001 From: Constantine Vetoshev Date: Thu, 11 Jul 2019 09:30:01 -0700 Subject: [PATCH] Fix whitespace. --- git-auto-commit-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index 70217ac..0ce16c2 100644 --- a/git-auto-commit-mode.el +++ b/git-auto-commit-mode.el @@ -180,7 +180,6 @@ should already have been set up." "Commit the current file. When `gac-automatically-push-p' is non-nil also push." - (if gac-debounce-interval (gac--debounced-save) (gac--after-save (current-buffer))))