Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Aug 13, 2024
1 parent 2d910c1 commit 0d53189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function renderDeserialize({
export const CSHARP_NEWTONSOFT_SERIALIZER_PRESET: CSharpPreset<CSharpOptions> =
{
class: {
additionalContent: ({content, model, renderer}) => {
additionalContent: ({ content, model, renderer }) => {
return renderer.indent(`${content}
public string Serialize()
{
Expand Down

0 comments on commit 0d53189

Please sign in to comment.