Skip to content

Commit 71312ee

Browse files
committed
💄 Use ''' instead of '\''
This leads to a problem in Emacs due to a bug in julia-emacs: JuliaEditorSupport/julia-emacs#142
1 parent 6f3c257 commit 71312ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backends/text/predefined_formats.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const ascii_dots = TextFormat(
2828
const ascii_rounded = TextFormat(
2929
up_right_corner = '.',
3030
up_left_corner = '.',
31-
bottom_left_corner = '\'',
31+
bottom_left_corner = ''',
3232
bottom_right_corner = ''',
3333
up_intersection = '.',
3434
left_intersection = ':',

0 commit comments

Comments
 (0)