fix: lint

This commit is contained in:
Alex 2023-01-09 15:48:31 +01:00
parent c692d7bf64
commit d6bd440027

View File

@ -169,7 +169,7 @@ WorkspaceManager::~WorkspaceManager() {
wl_display *display = Client::inst()->wl_display;
// Send `stop` request and wait for one roundtrip. This is not quite correct as
// Send `stop` request and wait for one roundtrip. This is not quite correct as
// the protocol encourages us to wait for the .finished event, but it should work
// with wlroots workspace manager implementation.
zext_workspace_manager_v1_stop(workspace_manager_);