starkware-libs / cairo-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`cairo-format` : semi column on new line (long line)

notV4l opened this issue · comments

commented

before cairo-format -i :

let approve_selector = 949021990203918389843157787496164629863144228991510976554585288817234167820;

after cairo-format -i :

let approve_selector = 949021990203918389843157787496164629863144228991510976554585288817234167820
        ;

another cairo-format -i raise this error :

Unexpected token Token('_NEWLINE', '\n'). Expected one of: ".", ";", "[", operator.