Skip to content

Commit dece87d

Browse files
committed
chore: fix EditorConfig lint errors (issue #10377)
Signed-off-by: Bhargav Dabhade <bhargava2005dabhade@gmail.com> --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 8452bac commit dece87d

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/huge_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
-1.681436977706416e301,
20042004
-1.6831217842973044e301
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/huge_positive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
1.8091920468370808e18,
20042004
1.8110048645192806e18
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/large_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,4 +2001,4 @@
20012001
-803.4804033955877,
20022002
-804.247719318987
20032003
]
2004-
}
2004+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/large_positive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
803.4804033955877,
20042004
804.247719318987
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/medium_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
-37.67395394394967,
20042004
-37.69911184307752
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/medium_positive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
37.67395394394967,
20042004
37.69911184307752
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/small_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,4 +2001,4 @@
20012001
-3.1510268657627356,
20022002
-3.141592653589793
20032003
]
2004-
}
2004+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/tiny_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,4 +1003,4 @@
10031003
-2.004017995991984e-303,
10041004
-1.0000000000000256e-308
10051005
]
1006-
}
1006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/tiny_positive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,4 +1003,4 @@
10031003
2.004017995991984e-303,
10041004
1.0000000000000256e-308
10051005
]
1006-
}
1006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/very_large_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,4 +1001,4 @@
10011001
-1.8073755962537142e18,
10021002
-1.8110048645192806e18
10031003
]
1004-
}
1004+
}

0 commit comments

Comments
 (0)