fix: missed a blank line

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-06-18 18:21:34 +02:00
parent 11c62fb80b
commit ebcf76ae17
No known key found for this signature in database
GPG Key ID: 5A668E771F1ED854
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ local function worker(user_args)
warning_shown = true warning_shown = true
widget:is_ok(false) widget:is_ok(false)
tooltip:add_to_object(widget) tooltip:add_to_object(widget)
widget:connect_signal('mouse::enter', function() tooltip.text = stdout end) widget:connect_signal('mouse::enter', function() tooltip.text = stdout end)
end end
return return