Skip to content

Fix format in generated code (spaces in arrays) #23

@mariocao

Description

@mariocao

The generated code is not complaint with the linter we are using (solhint):

For example:

  filters: [
    [ Witnet.Types.FILTERS.deviationStandard, 1.5 ],
  ],
})

It should be:

  filters: [
    [Witnet.Types.FILTERS.deviationStandard, 1.5],
  ],
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions