summaryrefslogtreecommitdiff
path: root/src/identify.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/identify.rs')
-rw-r--r--src/identify.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/identify.rs b/src/identify.rs
index aa9d5bd..6d8f33f 100644
--- a/src/identify.rs
+++ b/src/identify.rs
@@ -115,7 +115,6 @@ pub(crate) fn type_for_mime_type(mime: &str) -> Option<Type> {
MIME_TO_TYPE.get(mime).cloned()
}
-
/// Return the `Type` based on the content of the file.
pub(crate) fn type_for_content(content: &mut View) -> Result<Option<Type>> {
use crate::Type::*;