We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb03466 commit ce0eb12Copy full SHA for ce0eb12
src/Fable.Transforms/Python/PythonPrinter.fs
@@ -44,11 +44,11 @@ module PrinterExtensions =
44
printer.Print(handler)
45
46
if node.OrElse.Length > 0 then
47
- printer.Print("else: ")
+ printer.Print("else:")
48
printer.PrintBlock(node.OrElse)
49
50
if node.FinalBody.Length > 0 then
51
- printer.Print("finally: ")
+ printer.Print("finally:")
52
printer.PrintBlock(node.FinalBody)
53
54
member printer.Print(arg: Arg) =
0 commit comments