style: Fix stray/missing semi-colons
Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/607
This commit is contained in:
@ -261,7 +261,7 @@ class PopupMenuItem extends PopupBaseMenuItem {
|
||||
|
||||
this.label = new St.Label({ text: text });
|
||||
this.add_child(this.label);
|
||||
this.label_actor = this.label
|
||||
this.label_actor = this.label;
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user