We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e856050 commit dbef117Copy full SHA for dbef117
2 files changed
.github/workflows/test_coverage.yml
@@ -119,7 +119,6 @@ jobs:
119
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
120
with:
121
status: ${{ job.status }}
122
- steps: ${{ toJson(steps) }}
123
channel: '#npm-ci'
124
if: failure()
125
include/stdlib/math/base/assert/is_nonnegative_finite.h
@@ -37,4 +37,4 @@ bool stdlib_base_is_nonnegative_finite( const double x );
37
}
38
#endif
39
40
-#endif // !STDLIB_MATH_BASE_ASSERT_IS_NONNEGATIVE_FINITE_H
+#endif // !STDLIB_MATH_BASE_ASSERT_IS_NONNEGATIVE_FINITE_H
0 commit comments