From d6310ee8ee98bf255d9c8b0448e4a0c9cc15585d Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Tue, 7 Oct 2025 19:21:53 +0200 Subject: [PATCH] Beauty fixes --- plainText.go | 4 +--- xhtmlText.go | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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