Hi, when I type newline inside curly bracket ``` fn main() {|} ``` instead of ``` fn main() { | } ``` I get ``` fn main() { |} ```