Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Nov 8, 2023
1 parent ec04096 commit 6f75282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static GoStackStepMiddlewareGenerator createInitializeStepMiddleware(Stri
public static GoWriter.Writable generateInitializeMiddlewareFunc(GoWriter.Writable body) {
return goTemplate("""
func(ctx $T, in $T, next $T) (
out $T, metadata $T, error,
out $T, metadata $T, err error,
) {
$W
}
Expand Down

0 comments on commit 6f75282

Please sign in to comment.