Skip to content

Commit

Permalink
Fix formatting of danger.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Dec 26, 2018
1 parent 9d3b826 commit 860c265
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 860c265

Please sign in to comment.