Skip to content

event indent mistake! #26

Open
Open
@HuangChaoWH

Description

@HuangChaoWH

Before and After indent with gg=G

    event GameCreated(bytes32 indexed id, address indexed creator, string home,
        string away, uint16 indexed category, uint64 locktime);
    event BidPlaced(bytes32 indexed game_id, BookType book,
        address bidder, uint amount, bool home, int32 line);
    event GameCreated(bytes32 indexed id, address indexed creator, string home,
                      string away, uint16 indexed category, uint64 locktime);
                      event BidPlaced(bytes32 indexed game_id, BookType book,
                                      address bidder, uint amount, bool home, int32 line);

Any solution? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions