Skip to content

Commit

Permalink
checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Apr 23, 2016
1 parent 8c791df commit e96b159
Showing 1 changed file with 0 additions and 4 deletions.
@@ -1,10 +1,7 @@
package toothpick.compiler.factory;

import com.google.common.base.Joiner;
import com.google.testing.compile.JavaFileObjects;
import javax.tools.JavaFileObject;
import javax.tools.StandardLocation;
import org.junit.Test;

import static com.google.common.truth.Truth.assert_;
import static com.google.testing.compile.JavaSourceSubjectFactory.javaSource;
Expand All @@ -27,5 +24,4 @@ protected void assertThatCompileWithoutErrorButNoFactoryIsNotCreated(JavaFileObj
String.format("Did not find a generated file corresponding to %s$$Factory.class in package %s;", noFactoryClass, noFactoryPackageName)));
}
}

}

0 comments on commit e96b159

Please sign in to comment.