Skip to content

Commit

Permalink
more consistent imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 5, 2017
1 parent 10c0118 commit 233712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Asset/File.pm
Expand Up @@ -2,7 +2,7 @@ package Mojo::Asset::File;
use Mojo::Base 'Mojo::Asset';

use Carp 'croak';
use Fcntl qw(SEEK_SET);
use Fcntl 'SEEK_SET';
use File::Spec::Functions ();
use Mojo::File 'tempfile';

Expand Down

0 comments on commit 233712e

Please sign in to comment.