Skip to content

Commit 1bd32b9

Browse files
author
johannegger
committed
Update HookServices.scala
formatting: add missing space (FT-194)
1 parent 115694e commit 1bd32b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/codacy/client/bitbucket/service/HookServices.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class HookServices(client: BitbucketClient) {
1111
client.executePaginated(Request(servicesUrl, classOf[Seq[Webhook]]))
1212
}
1313

14-
def create(author: String, repo: String, description: String, hookUrl: String,events:Set[String]): RequestResponse[Webhook] = {
14+
def create(author: String, repo: String, description: String, hookUrl: String, events:Set[String]): RequestResponse[Webhook] = {
1515
val servicesUrl = getServicesUrl(author, repo)
1616
val payload = Json.obj(
1717
"active" -> true,

0 commit comments

Comments
 (0)