branch: elpa/telephone-line
commit deda33317bf3f392ae1a51057ad1e6be7f1a7be9
Author: Brian Christian <[email protected]>
Commit: GitHub <[email protected]>

    Fix formatting
---
 telephone-line-segments.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index ba72890b37..3da5a248e1 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -68,8 +68,8 @@ Adapted from doom-modeline."
   (pcase (coding-system-eol-type buffer-file-coding-system)
     (0 (if hide-lf nil
          "LF"))
-       (1 "CRLF")
-       (2 "CR")))
+    (1 "CRLF")
+    (2 "CR")))
 
 (telephone-line-defsegment* telephone-line-atom-encoding-segment (&optional 
hide-utf8)
   "Displays the encoding of the buffer the same way Atom does.
@@ -96,8 +96,7 @@ Adapted from doom-modeline."
 ;; For a file like /a/b/c/file.txt, this should display
 ;; file.txt
 (telephone-line-defsegment telephone-line-buffer-name-segment ()
-  mode-line-buffer-identification
-  )
+  mode-line-buffer-identification)
 
 ;; For a file like /a/b/c/file.txt, this should display
 ;; /a/b/c/file.txt

Reply via email to