Skip to content

simplify code #3

Description

@abzcoding

if g.Enable == false {

if g.Enable == false {

if g.Enable == false {

can be simplified to !g.Enable


if h.Enable == false {

if h.Enable == false {

can be simplified to !h.Enable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions