Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit d772b3b

Browse files
committed
fix(linting): no-unused-vars
1 parent 54421e8 commit d772b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var spin = require('./spin.js')
33
var progressBar = require('./progress-bar.js')
44

55
module.exports = {
6-
activityIndicator: function (values, theme, width) {
6+
activityIndicator: function (values, theme) {
77
if (values.spun == null) {
88
return
99
}

0 commit comments

Comments
 (0)