Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Aug 17, 2024
1 parent 1aa0c5b commit 4588b82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class OperationEndpointResolverMiddleware(
tempVarSet.addAll(visitor.tempVars)

// The name of the variable that holds the final evaluated value of the JMESPath string.
val name = actual.name
val name = actual.name
// Handle default logic
when {
param.default.isPresent -> {
Expand Down

0 comments on commit 4588b82

Please sign in to comment.