Skip to content

Commit

Permalink
extra continue
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Williams <[email protected]>
  • Loading branch information
ywwg committed Sep 4, 2024
1 parent 7334464 commit 1755b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion expfmt/expfmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func (f Format) WithEscapingScheme(s model.EscapingScheme) Format {
if key != model.EscapingKey {
terms = append(terms, strings.TrimSpace(p))
}
continue
}
terms = append(terms, model.EscapingKey+"="+s.String())
return Format(strings.Join(terms, "; "))
Expand Down

0 comments on commit 1755b2c

Please sign in to comment.