mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Don't need to support mime fallback
This commit is contained in:
@@ -15,7 +15,7 @@ module Linguist
|
||||
end
|
||||
|
||||
def mime_type
|
||||
Mime.lookup(name.extname, @blob.mime_type)
|
||||
Mime.lookup(name.extname)
|
||||
end
|
||||
|
||||
def size
|
||||
|
||||
Reference in New Issue
Block a user