mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.26k stars 242 forks source link

Remove duplicated argument to String.format #589

Closed spaikmos closed 8 months ago

spaikmos commented 9 months ago

There were seven format items sent to the string formatter where only six are required. One of them was duplicated, so should be removed.

mabe02 commented 8 months ago

Thank you!