From f1b44894edf2de88133ed40ac014499884ede7ba Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 8 Oct 2023 16:49:30 +0200 Subject: infra(unicorn): no-console-spaces (#2447) --- test/scripts/apidoc/signature.debug.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scripts') diff --git a/test/scripts/apidoc/signature.debug.ts b/test/scripts/apidoc/signature.debug.ts index 347b8235..a9ec8fd0 100644 --- a/test/scripts/apidoc/signature.debug.ts +++ b/test/scripts/apidoc/signature.debug.ts @@ -13,9 +13,9 @@ const methods = loadExampleMethods(); initMarkdownRenderer() .then(() => { Object.entries(methods).forEach(([name, method]) => { - console.log('Analyzing: ', name); + console.log('Analyzing:', name); const result = analyzeSignature(method, '', method.name); - console.log('Result: ', result); + console.log('Result:', result); }); }) .catch(console.error); -- cgit v1.2.3