branch: externals/termint
commit c8271cc05182c0b0f2bc92940488ff5bd62df2f6
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>

    chore(style): some whitespaces.
---
 termint.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/termint.el b/termint.el
index 1afa6c0be1..e314c6d60c 100644
--- a/termint.el
+++ b/termint.el
@@ -163,7 +163,6 @@ buffer name."
       ('term
        (termint--start-term-backend repl-buffer-name repl-shell session)))))
 
-
 (defun termint--rearrange-session-on-buffer-exit ()
   "Renumber sibling REPL sessions.
 This function is called after one session is killed to maintain
@@ -188,7 +187,6 @@ without a number is considered as session 0."
                        (rename-buffer (format "*%s*" repl-name))
                      (rename-buffer (format "*%s*<%d>" repl-name idx))))))))
 
-
 (defun termint--start-term-backend (repl-buffer-name repl-shell session)
   "Start REPL-SHELL in REPL-BUFFER-NAME with numeric SESSION with term 
backend."
   (require 'term)

Reply via email to