Remove duplicate TAG_PREFIX definition in setup_gjf.sh
The merge I71855df5 introduced a duplication of TAG_PREFIX
definition inside the script setup_gjf.sh. Remove the duplication
and redundant double-quotes.
Release-Notes: skip
Change-Id: I4cb5c24ede8540d96bb44c9f042165ba54ea17a7
diff --git a/tools/setup_gjf.sh b/tools/setup_gjf.sh
index 18f99e1..0a02837 100755
--- a/tools/setup_gjf.sh
+++ b/tools/setup_gjf.sh
@@ -19,12 +19,11 @@
# Keep this version in sync with dev-contributing.txt.
VERSION=${1:-1.7}
-TAG_PREFIX=google-java-format-
case "$VERSION" in
1.7)
SHA1="b6d34a51e579b08db7c624505bdf9af4397f1702"
- TAG_PREFIX="google-java-format-"
+ TAG_PREFIX=google-java-format-
;;
1.22.0)
SHA1="693d8fd04656886a2287cfe1d7a118c4697c3a57"