lint remove whitespaces.

This commit is contained in:
Miroslav Šedivý
2021-02-02 18:28:32 +01:00
parent e152ee295b
commit 91f1727723
12 changed files with 12 additions and 12 deletions

View File

@ -104,7 +104,7 @@ func (manager *DesktopManagerCtx) ClipboardGetTargets() ([]string, error) {
if !strings.Contains(target, "/") {
continue
}
response = append(response, target)
}

View File

@ -57,7 +57,7 @@ func DisplayOpen(display string) error {
func DisplayClose() {
mu.Lock()
defer mu.Unlock()
C.XDisplayClose()
}