Floating: add missing ;

This commit is contained in:
Peter Fajdiga
2024-03-09 19:34:54 +01:00
parent 7246a7660e
commit 030eddaf34

View File

@@ -54,7 +54,7 @@ namespace ClientState {
clientManager.pinClient(kwinClient);
});
}
})
});
return manager;
}