Skip to content

Commit

Permalink
Minor formatting; tabstop=4
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 19, 2018
1 parent fe2b7eb commit a3d1c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/galaxy/scripts/mvc/dataset/dataset-li-edit.js
Expand Up @@ -120,12 +120,12 @@ var DatasetListItemEdit = _super.extend(
var state = this.model.get("state");

if (!this.model.isDeletedOrPurged()) {
//Enable tagging+annotation regardless of job state (see issue #6330)
//Enable tagging+annotation regardless of job state (see issue #6330)
this._renderTags($details);
this._renderAnnotation($details);

if (_.contains([STATES.OK, STATES.FAILED_METADATA], state)) {
this._makeDbkeyEditLink($details);
this._makeDbkeyEditLink($details);
}
}

Expand Down

0 comments on commit a3d1c68

Please sign in to comment.