Closed mlasson closed 5 years ago
Hello !
As you can see there's an extra indentation there :
$ ocp-indent --version 1.5.3 $ ocp-indent attribute.ml let () = begin[@attribute] print_endline "hello"; print_endline "world"; end
Apparently this has been fixed at the same time as issue #247. I'm closing the issue.
Hello !
As you can see there's an extra indentation there :