Skip to content

Commit

Permalink
Merge pull request #796 from cysp/fix/danger-types-formatting
Browse files Browse the repository at this point in the history
Fix formatting of danger.d.ts
  • Loading branch information
orta committed Dec 26, 2018
2 parents 9d3b826 + 860c265 commit 8f9c007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ interface BitBucketServerChangesValueMove {
}
}

type BitBucketServerChangesValue = BitBucketServerChangesValueAddCopyModifyDelete | BitBucketServerChangesValueMove
type BitBucketServerChangesValue =
| BitBucketServerChangesValueAddCopyModifyDelete
| BitBucketServerChangesValueMove

/** A platform agnostic reference to a Git commit */
interface GitCommit {
Expand Down

0 comments on commit 8f9c007

Please sign in to comment.