apply LSP formatter and add missing dot

This commit is contained in:
Alvaro Muñoz
2021-02-12 15:03:11 +01:00
parent 3b4357792b
commit 6b80a42913

View File

@@ -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 }
}
/**