fix: lint

This commit is contained in:
Alex
2022-05-23 13:47:14 +02:00
parent a5299af3c2
commit 7ab9a560ae
2 changed files with 3 additions and 4 deletions

View File

@ -25,8 +25,8 @@ class Window : public waybar::ALabel {
private:
const waybar::Bar &bar_;
struct wl_output *output_; // stores the output this module belongs to
struct wl_output *focused_output_; // stores the currently focused output
struct wl_output *output_; // stores the output this module belongs to
struct wl_output *focused_output_; // stores the currently focused output
struct zriver_seat_status_v1 *seat_status_;
};