Skip to content

Commit 8cc3b6f

Browse files
committed
run clang-format
1 parent 00322d1 commit 8cc3b6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/notificationitem/notificationitem.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ class StatusNotifierItem : public dbus::ObjectVTable<StatusNotifierItem> {
155155
FCITX_OBJECT_VTABLE_PROPERTY(category, "Category", "s",
156156
[]() { return "SystemServices"; });
157157
FCITX_OBJECT_VTABLE_PROPERTY(id, "Id", "s", []() { return "Fcitx"; });
158-
FCITX_OBJECT_VTABLE_PROPERTY(title, "Title", "s", [this]() { return title(); });
158+
FCITX_OBJECT_VTABLE_PROPERTY(title, "Title", "s",
159+
[this]() { return title(); });
159160
FCITX_OBJECT_VTABLE_PROPERTY(status, "Status", "s",
160161
[]() { return "Active"; });
161162
FCITX_OBJECT_VTABLE_PROPERTY(windowId, "WindowId", "i", []() { return 0; });

0 commit comments

Comments
 (0)