Skip to content

Commit b448d7d

Browse files
Remove trailing spaces
1 parent e313101 commit b448d7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/jira.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,11 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
850850
callback(null, "Success");
851851
return;
852852
}
853-
853+
854+
callback(response.statusCode + ': Error while updating');
855+
856+
});
857+
};
854858
callback(response.statusCode + ': Error while updating');
855859

856860
});

0 commit comments

Comments
 (0)