mirror of
https://codeberg.org/scip/swayipc.git
synced 2025-12-17 20:41:02 +01:00
make linter happy
This commit is contained in:
@@ -34,8 +34,8 @@ func (ipc *SwayIPC) Connect() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Close the socket.
|
// Close the socket.
|
||||||
func (ipc *SwayIPC) Close() {
|
func (ipc *SwayIPC) Close() error {
|
||||||
ipc.socket.Close()
|
return ipc.socket.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ipc *SwayIPC) sendHeader(messageType uint32, len uint32) error {
|
func (ipc *SwayIPC) sendHeader(messageType uint32, len uint32) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user