Skip to content

Commit d404014

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
removed space from discovery json log.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 10ac7fd commit d404014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/node/board-discovery.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class BoardDiscovery
219219
} else {
220220
throw new Error(`Unhandled object type: ${arg}`);
221221
}
222-
return JSON.stringify(object, null, 2); // TODO: remove `space`?
222+
return JSON.stringify(object);
223223
}
224224

225225
async start(): Promise<void> {

0 commit comments

Comments
 (0)