Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated Resyntax fixes #683

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions drracket/drracket/private/syncheck/blueboxes-gui.rkt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#lang racket/base
(require framework
(require browser/external
data/interval-map
drracket/private/rectangle-intersect
framework
framework/private/coroutine
racket/gui/base
framework/private/logging-timer
images/icons/misc
net/url
racket/class
racket/math
racket/gui/base
racket/match
racket/math
racket/runtime-path
racket/set
data/interval-map
images/icons/misc
drracket/private/rectangle-intersect
string-constants
framework/private/logging-timer
scribble/blueboxes
net/url
browser/external
setup/xref
scribble/xref
setup/collects)
setup/collects
setup/xref
string-constants)
(provide docs-text-defs-mixin
docs-text-ints-mixin
docs-editor-canvas-mixin
Expand Down
Loading
Loading