|
|
|
|
@ -303,6 +303,7 @@ function format_node!(ctx::Context, node::Node)::Union{Node, Nothing, NullNode}
@@ -303,6 +303,7 @@ function format_node!(ctx::Context, node::Node)::Union{Node, Nothing, NullNode}
|
|
|
|
|
@return_something spaces_around_operators(ctx, node) |
|
|
|
|
@return_something spaces_around_assignments(ctx, node) |
|
|
|
|
@return_something spaces_around_anonymous_function(ctx, node) |
|
|
|
|
@return_something spaces_around_ternary(ctx, node) |
|
|
|
|
@return_something spaces_around_keywords(ctx, node) |
|
|
|
|
@return_something no_spaces_around_colon_etc(ctx, node) |
|
|
|
|
@return_something parens_around_op_calls_in_colon(ctx, node) |
|
|
|
|
|