Skip to content

Commit 5dfbcd9

Browse files
committed
there are no CR !
1 parent b95d08a commit 5dfbcd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/text/buffer.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
(pipe-run (str "dump -c " (ifn width 8) " " filepath) (# (write-line hex_stream %0)))
225225
(lines! (lambda (line)
226226
(task-slice)
227-
(setq line (expand (trim-end line (const (char +char_cr))) tab_width)
227+
(setq line (expand line tab_width)
228228
max_width (max max_width (length line)))
229229
(push-line line))
230230
(string-stream (str hex_stream)))

0 commit comments

Comments
 (0)