Skip to content

Commit 1659675

Browse files
Fix require order in http/cookie (#15618)
1 parent 28479a4 commit 1659675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http/cookie.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "./common"
2-
31
module HTTP
42
# Represents a cookie with all its attributes. Provides convenient access and modification of them.
53
#
@@ -352,3 +350,5 @@ module HTTP
352350
end
353351
end
354352
end
353+
354+
require "./common"

0 commit comments

Comments
 (0)