Skip to content

Commit b63ce1f

Browse files
committed
Match coding style
1 parent 9f62de0 commit b63ce1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arduino-ide-extension/src/browser/contributions/contribution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ export abstract class CoreServiceContribution extends SketchContribution {
264264
let message: undefined | string = undefined;
265265
if (CoreError.is(error)) {
266266
message = error.message;
267-
268267
if (error.code === CoreError.Codes.Verify) {
269268
message = message.replace(/[*]/g, '\\*');
270269
}

0 commit comments

Comments
 (0)