mabe02 / lanterna

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

Remove duplicated argument to String.format #589

Closed spaikmos closed 10 months ago

spaikmos commented 11 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 10 months ago

Thank you!