[lint] Apply whitespace linter to all gradle files

Summary: Run whitespace and license linters on gradle build files.

Reviewed By: zertosh

Differential Revision: D25687355

fbshipit-source-id: 44330daac7582fed6c05680bffc74e855a9b1dbc
This commit is contained in:
Riley Dulin
2020-12-22 16:58:09 -08:00
committed by Facebook GitHub Bot
parent 27f0dd36d9
commit 62f9b03b7c
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import java.nio.file.Files
import java.nio.file.Paths
import java.io.FileOutputStream

View File

@ -38,4 +38,3 @@ dependencies {
}
apply from: rootProject.file('gradle/release.gradle')

View File

@ -4,4 +4,3 @@ project(':pytorch_android_torchvision').projectDir = file('pytorch_android_torch
project(':pytorch_host').projectDir = file('pytorch_android/host')
project(':test_app').projectDir = file('test_app/app')