> @@ -21,8 +21,10 @@ > > <module name="Checker"> > <property name="severity" value="warning"/> > - <module name="NewlineAtEndOfFile"/> > - <module name="TreeWalker"> > + <module name="NewlineAtEndOfFile"> > + <property name="lineSeparator" value="lf"/> > + </module> > + <module name="TreeWalker">
> Should I just commit a whitespace fix directly to the repo? Don't think > another PR makes sense. Nooooo!! We need a really big PR for this!! Just kidding ;-) Please just push the commit. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/520/files#r17572824
