Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Apr 27, 2012
1 parent 0f44658 commit 6939d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assetic/Factory/AssetFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct($root, $debug = false)
$this->debug = $debug;
$this->output = 'assetic/*';
$this->workers = array();
$this->resolvers = array();
$this->resolvers = array();
}

/**
Expand Down

0 comments on commit 6939d29

Please sign in to comment.