Add Spotless to the Gradle build (#88)

* Add Spotless to the Gradle build

* spotless apply

* one dot instead of two
This commit is contained in:
gbrodman
2019-06-19 16:24:46 -04:00
committed by GitHub
parent 973b29bc7a
commit e1db339b88
7 changed files with 35 additions and 32 deletions
-1
View File
@@ -59,4 +59,3 @@ dependencies {
annotationProcessor deps['com.google.dagger:dagger-compiler']
testAnnotationProcessor deps['com.google.dagger:dagger-compiler']
}