Skip to content

Commit ebcf76a

Browse files
committed
fix: missed a blank line
Signed-off-by: André Jaenisch <[email protected]>
1 parent 11c62fb commit ebcf76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weather-widget/weather.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ local function worker(user_args)
324324
warning_shown = true
325325
widget:is_ok(false)
326326
tooltip:add_to_object(widget)
327-
327+
328328
widget:connect_signal('mouse::enter', function() tooltip.text = stdout end)
329329
end
330330
return

0 commit comments

Comments
 (0)