From 3f107a2ac5721f2dcc0fae2a4e89fd16114a2c67 Mon Sep 17 00:00:00 2001 From: Vinay Londhe Date: Fri, 6 May 2022 16:04:42 -0700 Subject: [PATCH] Put shebang on first line --- cloudbuild/presubmit.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloudbuild/presubmit.sh b/cloudbuild/presubmit.sh index 8faa39b..fa6a821 100644 --- a/cloudbuild/presubmit.sh +++ b/cloudbuild/presubmit.sh @@ -1,5 +1,3 @@ - - #!/bin/bash # Copyright 2019 Google Inc. All Rights Reserved.