shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

added unnecessary NL at if manipulator #258

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

def init(self, first_card: int, name: str) -> None: if first_card == 100: self.direction = -1 self.can_add_card = self.can_add_card_down