Skip to content

Commit 32ddd0b

Browse files
committed
Remove empty lines
1 parent 0401fa1 commit 32ddd0b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tools/make/lib/test-cov/c8.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ C8_FLAGS = \
7373
# @param {string} [TESTS_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
7474
# @param {*} [FAST_FAIL] - flag indicating whether to stop running tests upon encountering a test failure
7575
#
76-
#
7776
# @example
7877
# make test-c8
7978
#

tools/make/lib/test-cov/istanbul.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ test-istanbul-instrument: $(NODE_MODULES) clean-istanbul-instrument
178178
# @param {string} [TESTS_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
179179
# @param {*} [FAST_FAIL] - flag indicating whether to stop running tests upon encountering a test failure
180180
#
181-
#
182181
# @example
183182
# make test-istanbul
184183
#

0 commit comments

Comments
 (0)