apply linter
This commit is contained in:
parent
d11d8c7f87
commit
7dffb515a6
1 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ func GetOutputsWallpapers(config Config) ([]string, []string, error) {
|
|||
files := []string{}
|
||||
screens := []string{}
|
||||
outputs, err := i3.GetOutputs()
|
||||
|
||||
if err != nil {
|
||||
return files, screens, err
|
||||
}
|
||||
|
|
@ -43,7 +42,6 @@ func GetOutputsWallpapers(config Config) ([]string, []string, error) {
|
|||
|
||||
func UpdateWallapers(config Config) {
|
||||
files, screens, err := GetOutputsWallpapers(config)
|
||||
|
||||
if err != nil {
|
||||
log.Printf("[ERROR] %s", err.Error())
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue