Skip to content

Commit

Permalink
remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
hidetatz committed Oct 1, 2024
1 parent a82fc10 commit 5fd8e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ func (p *Parser) ParseResources() (map[string]Resource, error) {
if err != nil {
return nil, errors.Wrapf(err, "failed to parse %s", id)
}
fld.InlineProperties = sortProperties(fld.InlineProperties)
flds = append(flds, fld)
}
rs.Properties = sortProperties(flds)
Expand Down

0 comments on commit 5fd8e8d

Please sign in to comment.