remove blank line from basic-template

This commit is contained in:
nazoking
2015-12-27 22:09:53 +09:00
parent 3302b607f1
commit 1081c0f16c

View File

@@ -54,7 +54,6 @@ protected[model] trait TemplateComponent { self: Profile =>
byRepository(userName, repositoryName) && (this.commitId === commitId)
}
trait BranchTemplate extends BasicTemplate{ self: Table[_] =>
val branch = column[String]("BRANCH")
def byBranch(owner: String, repository: String, branchName: String) = byRepository(owner, repository) && (branch === branchName.bind)