mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
fix indentation
This commit is contained in:
@@ -2995,7 +2995,7 @@ parse_literal_value :: proc(p: ^Parser, type: ^ast.Expr) -> ^ast.Comp_Lit {
|
||||
}
|
||||
p.expr_level -= 1
|
||||
|
||||
skip_possible_newline(p)
|
||||
skip_possible_newline(p)
|
||||
close := expect_closing_brace_of_field_list(p);
|
||||
|
||||
pos := type.pos if type != nil else open.pos
|
||||
|
||||
Reference in New Issue
Block a user