Skip to content

Commit

Permalink
ktlint templates
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Nov 30, 2023
1 parent 47b30d7 commit 62f4395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import org.springframework.web.service.annotation.GetExchange
interface ExampleClient {
@GetExchange(value = "/example/{inputId}")
fun getExampleAPICall(@PathVariable("inputId") inputId: String): String
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import org.springframework.web.service.annotation.GetExchange
interface ExampleClient {
@GetExchange(value = "/example/{inputId}")
fun getExampleAPICall(@PathVariable("inputId") inputId: String): String
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import org.springframework.web.service.annotation.GetExchange
interface ExampleClient {
@GetExchange(value = "/example/{inputId}")
fun getExampleAPICall(@PathVariable("inputId") inputId: String): String
}
}

0 comments on commit 62f4395

Please sign in to comment.