checkFormat method

Future<void> checkFormat()

Check the format, throws if some files need formatting.

Implementation

Future<void> checkFormat() => _format(fix: false);