Skip to content

Commit

Permalink
cleanup fmt.v
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Aug 10, 2024
1 parent 77eaaf3 commit 3ccbb51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/fmt/fmt.v
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,6 @@ pub fn (mut f Fmt) interface_decl(node ast.InterfaceDecl) {
f.calculate_alignment(node.fields, mut type_aligns, mut comment_aligns, mut default_expr_aligns, mut
attr_aligns, mut field_types)

mut type_align_i := 0
// TODO: alignment, comments, etc.
for field in immut_fields {
f.interface_field(field, type_aligns.max_len(field.pos.line_nr))
Expand Down

0 comments on commit 3ccbb51

Please sign in to comment.