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 b5cb21a commit 7ea0d2f
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 @@ -212,4 +212,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/sscal.f
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ subroutine sscal( N, alpha, sx, stride )
end do
end if
return
end subroutine sscal
end subroutine sscal

0 comments on commit 7ea0d2f

Please sign in to comment.