1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Remove eslint errors.

This commit is contained in:
Gunther Brunner 2016-06-01 23:15:50 +09:00
parent 8cee2497c6
commit 20ec477450
3 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,8 @@ datautil.applyData = function(device) {
}
else {
log.info(
'Device database does not have an entry for "%s" (model "%s"/"%s"). This is not an error, it only means that we don\'t have data for it yet.'
'Device database does not have an entry for "%s" (model "%s"/"%s"). ' +
'This is not an error, it only means that we don\'t have data for it yet.'
, device.serial
, device.model
, device.product