File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export abstract class BaseFormatter {
5757 "For further details, please see https://github.com/DonJayamanne/pythonVSCode/wiki/Troubleshooting-Linting#2-linting-with-xxx-failed-" ;
5858 }
5959 else {
60- customError += `\nYou could either install the '${ this . Id } ' formatter, turn it off or use another formatter.\n ` ;
60+ customError += `\nYou could either install the '${ this . Id } ' formatter, turn it off or use another formatter.` ;
6161 }
6262 }
6363
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export abstract class BaseLinter {
129129 "For further details, please see https://github.com/DonJayamanne/pythonVSCode/wiki/Troubleshooting-Linting#2-linting-with-xxx-failed-" ;
130130 }
131131 else {
132- customError += `\nYou could either install the '${ this . Id } ' linter or turn it off in setings.json via "python.linting.${ this . Id } Enabled = false".\n ` ;
132+ customError += `\nYou could either install the '${ this . Id } ' linter or turn it off in setings.json via "python.linting.${ this . Id } Enabled = false".` ;
133133 }
134134 }
135135
You can’t perform that action at this time.
0 commit comments