Remove extraneous newline

This commit is contained in:
Jeff Grafton 2015-10-15 12:49:57 -07:00
parent 23fb8a8b76
commit 35db467216

View File

@ -74,6 +74,5 @@ function upload_logs_to_gcs() {
done
}
# Automatically upload logs to GCS on exit or timeout.
trap upload_logs_to_gcs EXIT SIGTERM SIGINT