trimRight method

Printer<T> trimRight()

Removes any trailing whitespace.

Implementation

Printer<T> trimRight() => TrimRightPrinter<T>(this);