diff --git a/plainText.go b/plainText.go index 7f491ff..ce8dbe5 100644 --- a/plainText.go +++ b/plainText.go @@ -1,8 +1,6 @@ package atom -import ( - "fmt" -) +import "fmt" type PlainText struct { *CommonAttributes diff --git a/xhtmlText.go b/xhtmlText.go index 677d60d..fe55841 100644 --- a/xhtmlText.go +++ b/xhtmlText.go @@ -1,8 +1,6 @@ package atom -import ( - "fmt" -) +import "fmt" type XHTMLText struct { *CommonAttributes