Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/com/getbootstrap/savage/github/BranchDeletionRequest.scala')
-rw-r--r--src/main/scala/com/getbootstrap/savage/github/BranchDeletionRequest.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/scala/com/getbootstrap/savage/github/BranchDeletionRequest.scala b/src/main/scala/com/getbootstrap/savage/github/BranchDeletionRequest.scala
deleted file mode 100644
index 4b7accb..0000000
--- a/src/main/scala/com/getbootstrap/savage/github/BranchDeletionRequest.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-package com.getbootstrap.savage.github
-
-case class BranchDeletionRequest(branch: Branch, commitSha: CommitSha)