fix: lint

This commit is contained in:
Alex
2026-02-24 00:00:57 +01:00
parent aacf0cbc99
commit e18939210b
4 changed files with 6 additions and 6 deletions

View File

@ -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);