appDisplay: Use new indentation style
Otherwise eslint will complain about the next commit. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1686>
This commit is contained in:
parent
1bd2b0123e
commit
8f9d6a4c13
@ -1430,10 +1430,12 @@ var AppSearchProvider = class AppSearchProvider {
|
||||
let name = this._systemActions.getName(id);
|
||||
let iconName = this._systemActions.getIconName(id);
|
||||
|
||||
let createIcon = size => new St.Icon({ icon_name: iconName,
|
||||
width: size,
|
||||
height: size,
|
||||
style_class: 'system-action-icon' });
|
||||
const createIcon = size => new St.Icon({
|
||||
icon_name: iconName,
|
||||
width: size,
|
||||
height: size,
|
||||
style_class: 'system-action-icon',
|
||||
});
|
||||
|
||||
metas.push({ id, name, createIcon });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user