--- a/update_keystore.sh
+++ b/update_keystore.sh
@@ -17,14 +17,12 @@
 # See the License for the specific language governing permissions and limitation under the License.
 #
 
-
 # config
 target=src/test/resources/timbus.ts
 temp=$(mktemp -u pi_teco.cert_XXXXXXXX)
 alias=timbus
 storepass=testtest
 
-
 rm ${target}
 openssl s_client -showcerts -connect timbus.teco.edu:443 < /dev/null > ${temp}
 keytool -importcert -file ${temp} -keystore ${target} -alias ${alias} -storepass ${storepass} -noprompt