Skip to content

Commit cbc30f9

Browse files
Copilotjackfirth
andcommitted
Fix spacing consistency in CLI test helpers
Co-authored-by: jackfirth <[email protected]>
1 parent 399e74a commit cbc30f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli.rkt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ For help on these, use 'analyze --help' or 'fix --help'."
451451
(define (make-temp-test-dir)
452452
(make-temporary-file "resyntax-cli-test~a" 'directory))
453453

454-
455454
(define (make-test-racket-file dir [filename "test.rkt"] [content "#lang racket/base\n\n(or 1 (or 2 3))\n"])
456455
(define filepath (build-path dir filename))
457456
(display-to-file content filepath #:exists 'replace)

0 commit comments

Comments
 (0)