mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Apply fixes from black and codespell
This commit is contained in:
parent
580d87b837
commit
9a8b5848d8
69 changed files with 85 additions and 117 deletions
|
|
@ -137,7 +137,7 @@ const GodotInputGamepads = {
|
|||
const id = pad.id;
|
||||
// Chrom* style: NAME (Vendor: xxxx Product: xxxx)
|
||||
const exp1 = /vendor: ([0-9a-f]{4}) product: ([0-9a-f]{4})/i;
|
||||
// Firefox/Safari style (safari may remove leading zeores)
|
||||
// Firefox/Safari style (safari may remove leading zeroes)
|
||||
const exp2 = /^([0-9a-f]+)-([0-9a-f]+)-/i;
|
||||
let vendor = '';
|
||||
let product = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue