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 0bb973c commit e6c2ecf
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/dswap.f
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ subroutine dswap( N, dx, strideX, dy, strideY )
end do
end if
return
end subroutine dswap
end subroutine dswap

0 comments on commit e6c2ecf

Please sign in to comment.