Skip to content

Commit b4e4e3e

Browse files
Fix 1 occurrence of tidy-require
Keep imports in `require` sorted and grouped by phase, with collections before files.
1 parent 3b90200 commit b4e4e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http-easy-lib/http-easy/private/pool.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#lang racket/base
22

3-
(require (prefix-in d: data/pool)
4-
net/http-client
3+
(require net/http-client
54
racket/contract/base
5+
(prefix-in d: data/pool)
66
"error.rkt"
77
"logger.rkt"
88
"timeout.rkt")

0 commit comments

Comments
 (0)