Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Fixed weird line break
Browse files Browse the repository at this point in the history
  • Loading branch information
arvida committed Dec 10, 2010
1 parent f5fda67 commit 7af4198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/desert/manager.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def load_paths
dependencies.autoload_paths.reverse_each do |path| dependencies.autoload_paths.reverse_each do |path|
paths << File.expand_path(path) paths << File.expand_path(path)
end end
end paths.uniq! end
paths.uniq!
paths paths
end end


Expand Down

0 comments on commit 7af4198

Please sign in to comment.