From 613cb747b08d80546698633321cca274e6b008da Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 26 Jul 2021 21:36:41 +0200 Subject: reduce: use pascal case --- skate/reduce.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skate') diff --git a/skate/reduce.go b/skate/reduce.go index 7fcd091..9527974 100644 --- a/skate/reduce.go +++ b/skate/reduce.go @@ -577,8 +577,8 @@ func matchedRefsExtend(matched []*BiblioRef, refs []*Ref, stats *statsAugment) [ isbn string issued *CSLDate ) - for _, raw_name := range r.Biblio.ContribRawNames { - authors = append(authors, CSLAuthor{RawName: raw_name}) + for _, rawName := range r.Biblio.ContribRawNames { + authors = append(authors, CSLAuthor{RawName: rawName}) } if len(r.Biblio.Extra.ISBN) > 0 { isbn = r.Biblio.Extra.ISBN[0] -- cgit v1.2.3