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

Commit

Permalink
fix(linting): no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 4, 2024
1 parent 54421e8 commit d772b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var spin = require('./spin.js')
var progressBar = require('./progress-bar.js')

module.exports = {
activityIndicator: function (values, theme, width) {
activityIndicator: function (values, theme) {
if (values.spun == null) {
return
}
Expand Down

0 comments on commit d772b3b

Please sign in to comment.