mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
lint remove whitespaces.
This commit is contained in:
@ -104,7 +104,7 @@ func (manager *DesktopManagerCtx) ClipboardGetTargets() ([]string, error) {
|
||||
if !strings.Contains(target, "/") {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
response = append(response, target)
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,7 @@ func DisplayOpen(display string) error {
|
||||
func DisplayClose() {
|
||||
mu.Lock()
|
||||
defer mu.Unlock()
|
||||
|
||||
|
||||
C.XDisplayClose()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user