diff --git a/src/app/repository-status-task.coffee b/src/app/repository-status-task.coffee index 358d9e9fb..1056a1337 100644 --- a/src/app/repository-status-task.coffee +++ b/src/app/repository-status-task.coffee @@ -1,10 +1,9 @@ Task = require 'task' _ = require 'underscore' -# Internal: +### Internal ### module.exports = class RepositoryStatusTask extends Task - constructor: (@repo) -> super('repository-status-handler')