Skip to content

Commit

Permalink
[lint] Apply whitespace linter to all gradle files
Browse files Browse the repository at this point in the history
Summary: Run whitespace and license linters on gradle build files.

Reviewed By: zertosh

Differential Revision: D25687355

fbshipit-source-id: 44330daac7582fed6c05680bffc74e855a9b1dbc
  • Loading branch information
Riley Dulin authored and facebook-github-bot committed Dec 23, 2020
1 parent 27f0dd3 commit 62f9b03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion android/gradle/android_tasks.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import java.nio.file.Files
import java.nio.file.Paths
import java.io.FileOutputStream
Expand Down
1 change: 0 additions & 1 deletion android/pytorch_android/host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ dependencies {
}

apply from: rootProject.file('gradle/release.gradle')

1 change: 0 additions & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 62f9b03

Please sign in to comment.