From 7442788c22904dd1e5c4d0bd131aeda842c16b3f Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Mon, 22 Jul 2024 16:00:11 -0600 Subject: [PATCH] fix style corrections Signed-off-by: Alfredo Gutierrez --- .github/workflows/pr-checks.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 11598a060..ed8869317 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. ## - name: "PR Checks" on: push: @@ -76,5 +75,3 @@ jobs: uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} - -