Skip to content

Commit

Permalink
Automated Resyntax fixes
Browse files Browse the repository at this point in the history
This is an automated change generated by Resyntax.

#### Pass 1

Applied 1 fix to [`test/private/rackunit.rkt`](../blob/HEAD/test/private/rackunit.rkt)

  * Line 14, `tidy-require`: Keep imports in `require` sorted and grouped by phase, with collections before files.

## Summary

Fixed 1 issue in 1 file.

  * Fixed 1 occurrence of `tidy-require`
  • Loading branch information
resyntax-ci[bot] committed Oct 22, 2024
1 parent 7ba26f2 commit 5cae5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/private/rackunit.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
check-suite-does-not-refactor)


(require (except-in racket/list range)
racket/logging
(require racket/logging
racket/match
racket/port
racket/pretty
Expand All @@ -35,7 +34,8 @@
resyntax/private/source
resyntax/private/string-replacement
syntax/modread
syntax/parse)
syntax/parse
(except-in racket/list range))


;@----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5cae5df

Please sign in to comment.