cleanup: Use consistent 4-space indent
This is another bit where we've made good progress, and just need a final push to complete the transition. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2866>
This commit is contained in:

committed by
Marge Bot

parent
071f92cfb6
commit
9a3913d4a0
@ -141,8 +141,9 @@ export function addContextMenu(entry, params) {
|
||||
params = Params.parse(params, {actionMode: Shell.ActionMode.POPUP});
|
||||
|
||||
entry.menu = new EntryMenu(entry);
|
||||
entry._menuManager = new PopupMenu.PopupMenuManager(entry,
|
||||
{actionMode: params.actionMode});
|
||||
entry._menuManager = new PopupMenu.PopupMenuManager(entry, {
|
||||
actionMode: params.actionMode,
|
||||
});
|
||||
entry._menuManager.addMenu(entry.menu);
|
||||
|
||||
// Add an event handler to both the entry and its clutter_text; the former
|
||||
|
Reference in New Issue
Block a user