Skip to content

Remove return(x) from end of functions; replace with x #116

@sbreitbart-NOAA

Description

@sbreitbart-NOAA

Remove return() from end of functions and replace with object that should be returned.

For example, return(x) would be replaced with x.

See style guide for rationale.

Hint: a good way to see where the function is referenced is to looks for it using edit>Find in files (ctrl + shift +F)

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