Skip to content

Commit 97f09fb

Browse files
committed
fix: lint errors
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent f4fce95 commit 97f09fb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/wrapf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/wrapf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ float stdlib_base_wrapf( const float v, const float min, const float max ) {
6363
if ( minc <= vc && vc < maxc ) {
6464
return vc;
6565
}
66-
66+
6767
// Perform range reduction...
6868
delta = maxc - minc;
6969
if ( vc < minc ) {

0 commit comments

Comments
 (0)