Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 12, 2024
1 parent 00a0e70 commit 7bd1484
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion benchmark/fortran/benchmark.length.f
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
2 changes: 1 addition & 1 deletion src/scopy.f
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ subroutine scopy( N, sx, strideX, sy, strideY )
end do
end if
return
end subroutine scopy
end subroutine scopy

0 comments on commit 7bd1484

Please sign in to comment.