Skip to content

Commit 3d1aac9

Browse files
committed
remove trailing spaces in a test file
1 parent c9d4f4f commit 3d1aac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/REPL/test/TerminalMenus/custom_header.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ end
4646
menu = MultiSelectMenu(["1st", "b", "c"]; header = false)
4747
output = simulate_input_and_capture_output(menu, 'q')
4848
@test startswith(output, "\e[2K > [ ] 1st")
49-
49+
5050
menu = RadioMenu(["1st", "b", "c"]; warn=false)
5151
output = simulate_input_and_capture_output(menu, 'q')
5252
@test startswith(output, "\e[2K > 1st")
53-
53+
5454
header = TerminalMenus.default_radio_header
5555
menu = RadioMenu(["1st", "b", "c"]; header = true)
5656
output = simulate_input_and_capture_output(menu, 'q')

0 commit comments

Comments
 (0)