mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
apply LSP formatter and add missing dot
This commit is contained in:
@@ -17,12 +17,10 @@ class SnakeYamlSafeConstructor extends RefType {
|
||||
}
|
||||
|
||||
/**
|
||||
* An instance of `SafeConstructor`
|
||||
* An instance of `SafeConstructor`.
|
||||
*/
|
||||
class SafeSnakeYamlConstruction extends ClassInstanceExpr {
|
||||
SafeSnakeYamlConstruction() {
|
||||
this.getConstructedType() instanceof SnakeYamlSafeConstructor
|
||||
}
|
||||
SafeSnakeYamlConstruction() { this.getConstructedType() instanceof SnakeYamlSafeConstructor }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user