Skip to content

Commit

Permalink
extension-improvs: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Aug 17, 2023
1 parent 189c06f commit c7d82c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case class Extension(headerId: ModifierId,

override def toString: String = {
val fieldsEncoded = fields.map(kv => s"${Algos.encode(kv._1)} -> ${Algos.encode(kv._2)}")
s"Extension(id: $id, headerId: $headerId, fields: $fieldsEncoded"
s"Extension(id: $id, headerId: $headerId, fields: $fieldsEncoded)"
}

}
Expand Down

0 comments on commit c7d82c0

Please sign in to comment.