Skip to content

Commit 11a1331

Browse files
committed
UPower: Satisfy linter
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
1 parent ac569e2 commit 11a1331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/modules/upower.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#include "modules/upower.hpp"
22

3-
#include <format>
43
#include <giomm/dbuswatchname.h>
54
#include <gtkmm/tooltip.h>
65
#include <spdlog/spdlog.h>
76

7+
#include <format>
8+
89
namespace waybar::modules {
910

1011
UPower::UPower(const std::string &id, const Json::Value &config)

0 commit comments

Comments
 (0)