Skip to content

Commit

Permalink
prettier-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcitaire committed Sep 9, 2021
1 parent 890fbc9 commit 2bdf73d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/manager/git-submodules/extract.ts
Expand Up @@ -122,10 +122,7 @@ export default async function extractPackageFile(
currentDigest,
});
} catch (err) /* istanbul ignore next */ {
logger.warn(
{ err },
'Error mapping git submodules during extraction'
);
logger.warn({ err }, 'Error mapping git submodules during extraction');
}
}

Expand Down

0 comments on commit 2bdf73d

Please sign in to comment.