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
@ -135,8 +135,9 @@ class GridSearchResult extends SearchResult {
|
||||
|
||||
this.style_class = 'grid-search-result';
|
||||
|
||||
this.icon = new IconGrid.BaseIcon(this.metaInfo['name'],
|
||||
{createIcon: this.metaInfo['createIcon']});
|
||||
this.icon = new IconGrid.BaseIcon(this.metaInfo['name'], {
|
||||
createIcon: this.metaInfo['createIcon'],
|
||||
});
|
||||
let content = new St.Bin({
|
||||
child: this.icon,
|
||||
x_align: Clutter.ActorAlign.START,
|
||||
|
Reference in New Issue
Block a user