1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Fixed linting error

This commit is contained in:
mabashian 2018-12-17 10:40:20 -05:00
parent 2697615dbf
commit f9854abfa1

View File

@ -1,10 +1,10 @@
export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
'jobLabels', 'workflowNodes', '$scope', 'ParseTypeChange',
'ParseVariableString', 'count', '$state', 'i18n', 'WorkflowChartService', '$filter',
'moment', 'ProcessErrors', function(workflowData, workflowResultsService,
'moment', function(workflowData, workflowResultsService,
workflowDataOptions, jobLabels, workflowNodes, $scope, ParseTypeChange,
ParseVariableString, count, $state, i18n, WorkflowChartService, $filter,
moment, ProcessErrors) {
moment) {
let nodeRef;
var runTimeElapsedTimer = null;