mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Style: Apply fixes from black and codespell
This commit is contained in:
@@ -1566,7 +1566,7 @@ struct SignatureHelp {
|
||||
/**
|
||||
* The active signature. If omitted or the value lies outside the
|
||||
* range of `signatures` the value defaults to zero or is ignored if
|
||||
* `signatures.length === 0`. Whenever possible implementors should
|
||||
* `signatures.length === 0`. Whenever possible implementers should
|
||||
* make an active decision about the active signature and shouldn't
|
||||
* rely on a default value.
|
||||
* In future version of the protocol this property might become
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
func test():
|
||||
var unconvertable := 1
|
||||
var typed: Array[Object] = [unconvertable]
|
||||
var unconvertible := 1
|
||||
var typed: Array[Object] = [unconvertible]
|
||||
print('not ok')
|
||||
|
||||
Reference in New Issue
Block a user