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 264a582..6620419 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/ddot.f b/src/ddot.f index 0fc49f2..75d225d 100644 --- a/src/ddot.f +++ b/src/ddot.f @@ -119,4 +119,4 @@ double precision function ddot( N, dx, strideX, dy, strideY ) endif ddot = dtemp return -end function ddot \ No newline at end of file +end function ddot diff --git a/src/ddotsub.f b/src/ddotsub.f index 1989ac4..cdf8f6b 100644 --- a/src/ddotsub.f +++ b/src/ddotsub.f @@ -46,4 +46,4 @@ end function ddot ! Compute the dot product: dot = ddot( N, dx, strideX, dy, strideY ) return -end subroutine ddotsub \ No newline at end of file +end subroutine ddotsub