Skip to content

Commit

Permalink
uncomment generateExtraCode
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 17, 2024
1 parent cc61aa0 commit 8bc4e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SotoCodeGeneratorLib/AwsService+shapes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extension AwsService {
shapes: shapeContexts,
errors: errorContext.count > 0 ? errorContext : nil,
scope: "public",
extraCode: nil /* self.generateExtraCode() */
extraCode: self.generateExtraCode()
)
}

Expand Down

0 comments on commit 8bc4e1f

Please sign in to comment.