Beauty fixes

This commit is contained in:
2025-10-07 19:21:53 +02:00
parent a65920aa70
commit d6310ee8ee
2 changed files with 2 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
package atom package atom
import ( import "fmt"
"fmt"
)
type PlainText struct { type PlainText struct {
*CommonAttributes *CommonAttributes

View File

@@ -1,8 +1,6 @@
package atom package atom
import ( import "fmt"
"fmt"
)
type XHTMLText struct { type XHTMLText struct {
*CommonAttributes *CommonAttributes