mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
js: Fix linting errors from line shifts
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2794>
This commit is contained in:
parent
1e9b906cbc
commit
0705c7a4eb
20 changed files with 47 additions and 41 deletions
|
|
@ -8,12 +8,16 @@ const NMA4 = imports.gi.NMA4;
|
|||
|
||||
const { loadInterfaceXML } = imports.misc.fileUtils;
|
||||
|
||||
// _getMobileProvidersDatabase:
|
||||
//
|
||||
// Gets the database of mobile providers, with references between MCCMNC/SID and
|
||||
// operator name
|
||||
//
|
||||
let _mpd;
|
||||
|
||||
/**
|
||||
* _getMobileProvidersDatabase:
|
||||
*
|
||||
* Gets the database of mobile providers, with references between MCCMNC/SID and
|
||||
* operator name
|
||||
*
|
||||
* @returns {NMA4.MobileProvidersDatabase | null}
|
||||
*/
|
||||
function _getMobileProvidersDatabase() {
|
||||
if (_mpd == null) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue