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{}
|
files := []string{}
|
||||||
screens := []string{}
|
screens := []string{}
|
||||||
outputs, err := i3.GetOutputs()
|
outputs, err := i3.GetOutputs()
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return files, screens, err
|
return files, screens, err
|
||||||
}
|
}
|
||||||
|
|
@ -43,7 +42,6 @@ func GetOutputsWallpapers(config Config) ([]string, []string, error) {
|
||||||
|
|
||||||
func UpdateWallapers(config Config) {
|
func UpdateWallapers(config Config) {
|
||||||
files, screens, err := GetOutputsWallpapers(config)
|
files, screens, err := GetOutputsWallpapers(config)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("[ERROR] %s", err.Error())
|
log.Printf("[ERROR] %s", err.Error())
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue