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
import (
"fmt"
)
import "fmt"
type PlainText struct {
*CommonAttributes

View File

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