From 184b3744c2709ef805e87461f4e1e3befd4a37c4 Mon Sep 17 00:00:00 2001 From: Ying Fan Chong Date: Thu, 1 Oct 2020 22:16:19 +0800 Subject: [PATCH] Apply gofmt --- modules/feedreader/widget.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feedreader/widget.go b/modules/feedreader/widget.go index ce508eb0..33e17af3 100644 --- a/modules/feedreader/widget.go +++ b/modules/feedreader/widget.go @@ -5,11 +5,11 @@ import ( "sort" "strings" - "jaytaylor.com/html2text" "github.com/mmcdole/gofeed" "github.com/rivo/tview" "github.com/wtfutil/wtf/utils" "github.com/wtfutil/wtf/view" + "jaytaylor.com/html2text" ) type ShowType int