Skip to content

Commit

Permalink
Fix 1 occurrence of tidy-require
Browse files Browse the repository at this point in the history
Keep imports in `require` sorted and grouped by phase, with collections before files.
  • Loading branch information
resyntax-ci[bot] committed Dec 7, 2024
1 parent c8f1026 commit 6c39bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testfiles/syntax/monsters.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang racket

(require frosthaven-manager/testfiles/sample-bestiary-import
frosthaven-manager/defns
(require frosthaven-manager/defns
frosthaven-manager/testfiles/sample-bestiary-import
pict
qi)

Expand Down

0 comments on commit 6c39bc8

Please sign in to comment.