mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -7,7 +7,6 @@ module.exports = syrup.serial()
|
||||
.define(function(options, properties) {
|
||||
var log = logger.createLogger('device:support:abi')
|
||||
return (function() {
|
||||
|
||||
function split(list) {
|
||||
return list ? list.split(',') : []
|
||||
}
|
||||
@@ -39,6 +38,5 @@ module.exports = syrup.serial()
|
||||
log.info('Supports ABIs %s', abi.all.join(', '))
|
||||
|
||||
return abi
|
||||
|
||||
})()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user