From 6ed58cb074ca750404e6d2c522689ad5b53dc87b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 12 Apr 2024 04:52:55 +0000 Subject: [PATCH] Auto-generated commit --- .github/workflows/test_coverage.yml | 1 - benchmark/fortran/benchmark.length.f | 2 +- src/dsdot.f | 2 +- src/dsdotsub.f | 2 +- 4 files changed, 3 insertions(+), 4 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 afc7963..da9b5c9 100644 --- a/benchmark/fortran/benchmark.length.f +++ b/benchmark/fortran/benchmark.length.f @@ -215,4 +215,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/dsdot.f b/src/dsdot.f index f90d78c..b92806a 100644 --- a/src/dsdot.f +++ b/src/dsdot.f @@ -127,4 +127,4 @@ double precision function dsdot( N, sx, strideX, sy, strideY ) endif dsdot = dtemp return -end function dsdot \ No newline at end of file +end function dsdot diff --git a/src/dsdotsub.f b/src/dsdotsub.f index edc7d43..ba31def 100644 --- a/src/dsdotsub.f +++ b/src/dsdotsub.f @@ -46,4 +46,4 @@ end function dsdot ! Compute the dot product: dot = dsdot( N, sx, strideX, sy, strideY ) return -end subroutine dsdotsub \ No newline at end of file +end subroutine dsdotsub