Skip to content

Commit 98a2436

Browse files
committed
fix the lint error
1 parent 17a0701 commit 98a2436

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/_tools/static-analysis/js/summarize-file-list

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/_tools/static-analysis/js/summarize-file-list/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ By default, the function performs a cumulative static [summary analysis][@stdlib
6767

6868
```javascript
6969
var files = [ './beep.js', './boop.js' ];
70-
7170
var opts = {
7271
'cumulative': false
7372
};
74-
7573
analyze( files, opts, clbk );
7674

7775
function clbk( error, results ) {

0 commit comments

Comments
 (0)