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
@ -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…
x
Reference in New Issue
Block a user