fix linting issues
parent
e128c48573
commit
c1ceb7ac42
|
@ -1,10 +1,7 @@
|
||||||
#include "modules/image.hpp"
|
#include "modules/image.hpp"
|
||||||
|
|
||||||
waybar::modules::Image::Image(const std::string& id,
|
waybar::modules::Image::Image(const std::string& id, const Json::Value& config)
|
||||||
const Json::Value& config)
|
: AModule(config, "image", id), box_(Gtk::ORIENTATION_HORIZONTAL, 0) {
|
||||||
: AModule(config, "image", id),
|
|
||||||
box_(Gtk::ORIENTATION_HORIZONTAL, 0)
|
|
||||||
{
|
|
||||||
box_.pack_start(image_);
|
box_.pack_start(image_);
|
||||||
box_.set_name("image");
|
box_.set_name("image");
|
||||||
if (!id.empty()) {
|
if (!id.empty()) {
|
||||||
|
|
Loading…
Reference in New Issue