Commit 971f780d authored by yann300's avatar yann300

linting

parent 8f952134
...@@ -290,10 +290,6 @@ class CompileTab extends ViewPlugin { ...@@ -290,10 +290,6 @@ class CompileTab extends ViewPlugin {
this.config.set(name, value) this.config.set(name, value)
} }
readFile (fileName) {
return this.call('fileManager', 'readFile', fileName)
}
fileProviderOf (fileName) { fileProviderOf (fileName) {
return this.fileManager.fileProviderOf(fileName) return this.fileManager.fileProviderOf(fileName)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment