Add linting check
This commit is contained in:
@@ -55,7 +55,9 @@ func (n *NotifyBus) ServerInfo() (*NotifyServerInfo, error) {
|
||||
|
||||
func (n *NotifyBus) Notify(notification BusNotification) (uint32, error) {
|
||||
obj := n.conn.Object("org.freedesktop.Notifications", "/org/freedesktop/Notifications")
|
||||
|
||||
var ret uint32
|
||||
|
||||
call := obj.Call(
|
||||
"org.freedesktop.Notifications.Notify", // Method
|
||||
0, // Flags
|
||||
|
Reference in New Issue
Block a user