Skip to content

Commit 6bc89de

Browse files
committed
Order use statements.
(local vs. external)
1 parent 18b6f6a commit 6bc89de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

htmlify.p6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ use v6;
2222

2323
BEGIN say 'Initializing ...';
2424

25+
use JSON::Fast;
2526
use Pod::To::HTML;
2627
use URI::Escape;
28+
2729
use lib 'lib';
30+
use Perl6::Documentable::Registry;
2831
use Perl6::TypeGraph;
2932
use Perl6::TypeGraph::Viz;
30-
use Perl6::Documentable::Registry;
3133
use Pod::Convenience;
3234
use Pod::Htmlify;
33-
use JSON::Fast;
3435

3536
&spurt.wrap(sub (|c){
3637
state %seen-paths;

0 commit comments

Comments
 (0)