Skip to content

Commit

Permalink
💄 Use ''' instead of '\''
Browse files Browse the repository at this point in the history
This leads to a problem in Emacs due to a bug in julia-emacs:

JuliaEditorSupport/julia-emacs#142
  • Loading branch information
ronisbr committed Aug 30, 2020
1 parent 6f3c257 commit 71312ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/text/predefined_formats.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const ascii_dots = TextFormat(
const ascii_rounded = TextFormat(
up_right_corner = '.',
up_left_corner = '.',
bottom_left_corner = '\'',
bottom_left_corner = ''',
bottom_right_corner = ''',
up_intersection = '.',
left_intersection = ':',
Expand Down

0 comments on commit 71312ee

Please sign in to comment.