Skip to content

Commit

Permalink
chore: remove unncessary annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhtuan0409 committed Nov 8, 2024
1 parent 14f2479 commit 8143ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/modregistry/anduin.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (p *anduinPatch) mergeManifestAnnotations(annotations map[string]string) ma
if annotations == nil {
annotations = map[string]string{}
}
annotations["com.anduintransact.annotations.file"] = annotationsFile
for key, val := range content.Manifest {
annotations[key] = val
}
Expand Down

0 comments on commit 8143ae0

Please sign in to comment.