From 7ea0d2f08dd5537ed86bdefbd25e883c2d09f423 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 12 Apr 2024 04:53:29 +0000 Subject: [PATCH] Auto-generated commit --- .github/workflows/test_coverage.yml | 1 - benchmark/fortran/benchmark.length.f | 2 +- src/sscal.f | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index f4eda1e..2bcf0cd 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -119,7 +119,6 @@ jobs: uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} - steps: ${{ toJson(steps) }} channel: '#npm-ci' if: failure() diff --git a/benchmark/fortran/benchmark.length.f b/benchmark/fortran/benchmark.length.f index dd1d275..0cf2f39 100644 --- a/benchmark/fortran/benchmark.length.f +++ b/benchmark/fortran/benchmark.length.f @@ -212,4 +212,4 @@ subroutine main() end do call print_summary( count, count ) end subroutine main -end program bench \ No newline at end of file +end program bench diff --git a/src/sscal.f b/src/sscal.f index 59f2038..eb87505 100644 --- a/src/sscal.f +++ b/src/sscal.f @@ -106,4 +106,4 @@ subroutine sscal( N, alpha, sx, stride ) end do end if return -end subroutine sscal \ No newline at end of file +end subroutine sscal