mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
config: Add missing semicolon
The .in file isn't valid javascript, so it's excluded from eslint and style issues like this can slip through. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3005>
This commit is contained in:
parent
bf742c3926
commit
5fa08fe533
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ export const PKGDATADIR = '@datadir@/@PACKAGE_NAME@';
|
|||
export const LIBMUTTER_API_VERSION = '@LIBMUTTER_API_VERSION@';
|
||||
|
||||
export const HAVE_BLUETOOTH = pkg.checkSymbol('GnomeBluetooth', '3.0',
|
||||
'Client.default_adapter_state')
|
||||
'Client.default_adapter_state');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue