Skip to content

Commit

Permalink
remove redundant curlies
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe committed Jan 8, 2025
1 parent 524102b commit 2caa335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ class RPCV2CBORHttpBindingResolver(
.builder()
.code(200)
.method("POST")
.uri(UriPattern.parse("/service/${serviceName}/operation/${operationShape.id.name}"))
.uri(UriPattern.parse("/service/$serviceName/operation/${operationShape.id.name}"))
.build()
}

0 comments on commit 2caa335

Please sign in to comment.