Skip to content

Commit

Permalink
Apply linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Sep 20, 2022
1 parent ef4b7a4 commit 2e79eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thoth-export-server/src/record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ impl ToString for MetadataSpecification {
MetadataSpecification::Onix3GoogleBooks(_) => "onix_3.0::google_books".to_string(),
MetadataSpecification::Onix3Overdrive(_) => "onix_3.0::overdrive".to_string(),
MetadataSpecification::Onix21EbscoHost(_) => "onix_2.1::ebsco_host".to_string(),
MetadataSpecification::Onix21ProquestEbrary(_) => "onix_2.1::proquest_ebrary".to_string(),
MetadataSpecification::Onix21ProquestEbrary(_) => {
"onix_2.1::proquest_ebrary".to_string()
}
MetadataSpecification::CsvThoth(_) => "csv::thoth".to_string(),
MetadataSpecification::KbartOclc(_) => "kbart::oclc".to_string(),
MetadataSpecification::BibtexThoth(_) => "bibtex::thoth".to_string(),
Expand Down

0 comments on commit 2e79eb8

Please sign in to comment.