Reformat some Go files
When working on #994 I noticed that some Go files are not formatted with `gofmt`. This PR fixes this.
This commit is contained in:
parent
7c44238bae
commit
4464802947
7 changed files with 19 additions and 19 deletions
|
@ -229,4 +229,3 @@ func replaceCustom(entryContent string, searchTerm string, replaceTerm string) s
|
|||
}
|
||||
return entryContent
|
||||
}
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
package rewrite // import "miniflux.app/reader/rewrite"
|
||||
|
||||
import (
|
||||
"strings"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"miniflux.app/logger"
|
||||
"miniflux.app/url"
|
||||
|
|
|
@ -7,8 +7,8 @@ package ui // import "miniflux.app/ui"
|
|||
import (
|
||||
"net/http"
|
||||
|
||||
"miniflux.app/http/response/html"
|
||||
"miniflux.app/http/request"
|
||||
"miniflux.app/http/response/html"
|
||||
"miniflux.app/http/route"
|
||||
"miniflux.app/ui/session"
|
||||
"miniflux.app/ui/view"
|
||||
|
|
|
@ -6,6 +6,7 @@ package ui // import "miniflux.app/ui"
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"miniflux.app/config"
|
||||
"miniflux.app/oauth2"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue