Skip to content

Commit

Permalink
Fix some linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm committed Dec 1, 2023
1 parent 5638c1b commit 9e0aa50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/poller/poller-core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@ async function parseAndEnrichPayload(payload) {
if (spanners[sIdx].minNodes && !spanners[sIdx].minSize) {
log(`DEPRECATION: minNodes is deprecated, ' +
'remove minNodes from your config and instead use: ' +
'units = 'NODES' and minSize = ${
spanners[sIdx].minNodes}`,
'units = 'NODES' and minSize = ${spanners[sIdx].minNodes}`,
{
severity: 'WARNING',
projectId: spanners[sIdx].projectId,
Expand All @@ -375,8 +374,7 @@ async function parseAndEnrichPayload(payload) {
if (spanners[sIdx].maxNodes && !spanners[sIdx].maxSize) {
log(`DEPRECATION: maxNodes is deprecated, remove maxSize ' +
'from your config and instead use: ' +
'units = 'NODES' and maxSize = ${
spanners[sIdx].maxNodes}`,
'units = 'NODES' and maxSize = ${spanners[sIdx].maxNodes}`,
{
severity: 'WARNING',
projectId: spanners[sIdx].projectId,
Expand Down

0 comments on commit 9e0aa50

Please sign in to comment.