fix: lint
This commit is contained in:
@ -58,7 +58,6 @@ void IPC::startIPC() {
|
||||
int socketfd = connectToSocket();
|
||||
|
||||
std::thread([this, socketfd]() {
|
||||
|
||||
spdlog::info("Niri IPC starting");
|
||||
|
||||
auto unix_istream = Gio::UnixInputStream::create(socketfd, true);
|
||||
|
||||
Reference in New Issue
Block a user