Commit fa27af18 authored by aniket-engg's avatar aniket-engg Committed by Aniket

linting fix

parent a4525c8d
......@@ -557,7 +557,7 @@ module.exports = class TestTab extends ViewPlugin {
}
trimTestDirInput (input) {
if(input.includes('/')) return input.split('/').map(e => e.trim()).join('/')
if (input.includes('/')) return input.split('/').map(e => e.trim()).join('/')
else return input.trim()
}
......
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