Skip to content

Commit

Permalink
surbitcoin: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutny committed Feb 1, 2018
1 parent 974f3c7 commit ca00cf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/surbitcoin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
'use strict';

// ---------------------------------------------------------------------------

Expand All @@ -7,7 +7,6 @@ const foxbit = require ('./foxbit.js');
// ---------------------------------------------------------------------------

module.exports = class surbitcoin extends foxbit {

describe () {
return this.deepExtend (super.describe (), {
'id': 'surbitcoin',
Expand All @@ -27,4 +26,4 @@ module.exports = class surbitcoin extends foxbit {
},
});
}
}
};

0 comments on commit ca00cf4

Please sign in to comment.