Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Dupuis <31101893+dupuisf@users.noreply.github.com>
  • Loading branch information
acmepjz and dupuisf authored Nov 16, 2024
1 parent acf137b commit 14f7bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BibtexQuery/Format.lean
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def formatEprint : Option (Array Content) := do
|>.getD "arXiv"
let eprintlist : Array (Array String × String × String) := #[
(#["arxiv"], "https://arxiv.org/abs/", "arXiv:"),
(#["iacr"], "https://eprint.iacr.org/", "IACR:"),
(#["pmcid", "pmc"], "https://www.ncbi.nlm.nih.gov/pmc/articles/", "PMCID:")
]
let checkEprint : Array String × String × String → Option (Array Content) :=
Expand Down

0 comments on commit 14f7bdc

Please sign in to comment.