mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
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
|
@ -15,8 +15,8 @@ import (
|
|||
|
||||
// List of supported schedulers.
|
||||
const (
|
||||
SchedulerRoundRobin = "round_robin"
|
||||
SchedulerEntryFrequency = "entry_frequency"
|
||||
SchedulerRoundRobin = "round_robin"
|
||||
SchedulerEntryFrequency = "entry_frequency"
|
||||
// Default settings for the feed query builder
|
||||
DefaultFeedSorting = "parsing_error_count"
|
||||
DefaultFeedSortingDirection = "desc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue