mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
remove prints
This commit is contained in:
@@ -492,9 +492,6 @@ align_var_decls :: proc(p: ^Printer) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.println(line);
|
|
||||||
fmt.println(largest_rhs);
|
|
||||||
|
|
||||||
if line_index != current_line + 1 || typed != current_typed || not_mutable != current_not_mutable {
|
if line_index != current_line + 1 || typed != current_typed || not_mutable != current_not_mutable {
|
||||||
|
|
||||||
if p.config.align_style == .Align_On_Colon_And_Equals || !current_typed || current_not_mutable {
|
if p.config.align_style == .Align_On_Colon_And_Equals || !current_typed || current_not_mutable {
|
||||||
|
|||||||
Reference in New Issue
Block a user