Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Jan 25, 2024
1 parent f42fe40 commit cb73165
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions items/src/main/scala/weco/api/items/ItemsApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ class ItemsApi(
}
},
pathPrefix("management") {
concat(
path("healthcheck") {
get {
complete("message" -> "ok")
}
})
concat(path("healthcheck") {
get {
complete("message" -> "ok")
}
})
}
)
}

0 comments on commit cb73165

Please sign in to comment.