diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-07-23 15:53:32 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-07-23 15:53:32 -0500 |
| commit | f44b31148aeed54a9ebaf62ad01d8b8ebf39eb50 (patch) | |
| tree | 2b93b76f5ce1117046406af436a8396ddb87696c | |
| parent | 7b6caa0f6c7603aabb5e6ed657e24aaddbeafc78 (diff) | |
Remove unused var
| -rw-r--r-- | lib/linguist/language.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/linguist/language.rb b/lib/linguist/language.rb index 0961b79..24b7867 100644 --- a/lib/linguist/language.rb +++ b/lib/linguist/language.rb @@ -469,7 +469,7 @@ module Linguist end end - lang = Language.create( + Language.create( :name => name, :color => options['color'], :type => options['type'], |
