Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pops64 committed Jan 17, 2025
1 parent dee71d1 commit 8963a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/scraper_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ type XbvrScrapers struct {
PovrScrapers []ScraperConfig `json:"povr"`
SlrScrapers []ScraperConfig `json:"slr"`
StashDbScrapers []ScraperConfig `json:"stashdb"`
RealVRScrapers []ScraperConfig `json:"realvr"`
RealVRScrapers []ScraperConfig `json:"realvr"`
VrpornScrapers []ScraperConfig `json:"vrporn"`
VrphubScrapers []ScraperConfig `json:"vrphub"`
}
type CustomScrapers struct {
PovrScrapers []ScraperConfig `json:"povr"`
SlrScrapers []ScraperConfig `json:"slr"`
StashDbScrapers []ScraperConfig `json:"stashdb"`
RealVRScrapers []ScraperConfig `json:"realvr"`
RealVRScrapers []ScraperConfig `json:"realvr"`
VrpornScrapers []ScraperConfig `json:"vrporn"`
VrphubScrapers []ScraperConfig `json:"vrphub"`
}
Expand Down

0 comments on commit 8963a74

Please sign in to comment.