From 7eb40247a73acbe166f5744e7864ba757658ff95 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 21 Nov 2022 12:14:59 -0600 Subject: [PATCH] Format --- src/config-parser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config-parser.js b/src/config-parser.js index d5dc1df..52216f5 100644 --- a/src/config-parser.js +++ b/src/config-parser.js @@ -190,7 +190,9 @@ class ConfigParser { ) const identifierInitialization = identifierDefinition && identifierDefinition.declarations[0].init if (identifierInitialization && identifierInitialization.type === 'ObjectExpression') { - core.info('Found configuration object in indirect default export declaration with a wrapping call at the export') + core.info( + 'Found configuration object in indirect default export declaration with a wrapping call at the export' + ) return identifierInitialization } }