Skip to content

Commit

Permalink
fixing formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-ali-55 committed Aug 25, 2023
1 parent 9439666 commit 707101d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class GitlabWebhookProvider(
) : WebhookProvider {

private val logger = LoggerFactory.getLogger(AssignmentService::class.java)

override fun getAllWebhooks(): List<GitlabWebhookDto> {
return kotlin.runCatching {
webhookClient.getAllWebhooks()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ leanix:
leanix-id: ${LEANIX_ID}

server:
port: 8082
port: 8082
2 changes: 1 addition & 1 deletion src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ leanix:
base-url: dummy
access-token: dummy
webhook-url: dummy
leanix-id: dummy
leanix-id: dummy

0 comments on commit 707101d

Please sign in to comment.