Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Jun 17, 2024
1 parent f15f5a5 commit 038b380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/generators/go/presets/CommonPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export const GO_COMMON_PRESET: GoPreset<GoCommonPresetOptions> = {
}
},
union: {
field: ({content}) => {
return `${content} \`json:"-,omitempty\``
},
field: ({ content }) => {
return `${content} \`json:"-,omitempty\``;
}
}
};

0 comments on commit 038b380

Please sign in to comment.