summaryrefslogtreecommitdiffstats
path: root/third_party/junit/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/junit/BUILD.gn')
-rw-r--r--third_party/junit/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/junit/BUILD.gn b/third_party/junit/BUILD.gn
index 437f956..1b02acf 100644
--- a/third_party/junit/BUILD.gn
+++ b/third_party/junit/BUILD.gn
@@ -12,7 +12,7 @@ java_prebuilt("hamcrest") {
# GYP: //third_party/junit.gyp:junit_jar
java_library("junit") {
deps = [
- ":hamcrest"
+ ":hamcrest",
]
DEPRECATED_java_in_dir = "src/src/main/java"
}