Skip to content

Commit

Permalink
Fixed the diff error for the Deserializer Stub Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhit committed Aug 8, 2024
1 parent 321fa4e commit 85ce7c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void generateSharedSerializers(GenerationContext context, GoWriter writer

@Override
public void generateResponseDeserializers(GenerationContext context) {
GoWriter writer = context.getWriter().get();
var writer = context.getWriter().get();
var model = context.getModel();
var ops = model.getOperationShapes();
for (var op : ops) {
Expand Down

0 comments on commit 85ce7c7

Please sign in to comment.