branch: externals/vc-got
commit afba16f73d7fabc5ed8bd0632daf8d980a77fd3c
Author: Timo Myyrä <timo.my...@bittivirhe.fi>
Commit: Omar Polo <o...@omarpolo.com>

    fix unbalanced parens
---
 vc-got.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index d3b901e1ee..9d8b72c876 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -293,7 +293,7 @@ files)."
       (goto-char (point-min))
       (cl-loop until (eobp)
                collect (vc-got--parse-status-line root)
-               do (forward-line))))))
+               do (forward-line)))))
 
 (defun vc-got--parse-status-line (root)
   "Parse a line of the the output of status.

Reply via email to