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

    Fixed parentheses in atom-eol-segment
---
 telephone-line-segments.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index d667cd5335..ba72890b37 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -67,9 +67,9 @@ Set HIDE-LF to display nothing for unix endings, as it can be 
an assumed default
 Adapted from doom-modeline."
   (pcase (coding-system-eol-type buffer-file-coding-system)
     (0 (if hide-lf nil
-         "LF")
+         "LF"))
        (1 "CRLF")
-       (2 "CR"))))
+       (2 "CR")))
 
 (telephone-line-defsegment* telephone-line-atom-encoding-segment (&optional 
hide-utf8)
   "Displays the encoding of the buffer the same way Atom does.

Reply via email to