Skip to content

Commit 372b975

Browse files
Apply suggestions from reviews
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a089cf commit 372b975

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

default-recommendations/console-io-suggestions-test.rkt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ test: "should suggest 'any linemode with read-line when linemode and port not sp
2929

3030

3131
test: "printf to display"
32-
----------------------------------------
33-
(printf "foo")
34-
========================================
35-
(display "foo")
36-
----------------------------------------
32+
- (printf "foo")
33+
- (display "foo")
3734

3835

3936
test: "printf to displayln"

0 commit comments

Comments
 (0)