diff --git a/index.js b/index.js index 41cd996..fcbc8e8 100644 --- a/index.js +++ b/index.js @@ -103,9 +103,7 @@ try { options ) .catch(err => { - core.warning( - `Codecov warning: ${err.message}` - ); + core.warning(`Codecov warning: ${err.message}`); }) .then(() => { unlinkFile(); @@ -144,9 +142,7 @@ try { options ) .catch(err => { - core.warning( - `Codecov warning: ${err.message}` - ); + core.warning(`Codecov warning: ${err.message}`); }) .then(() => { unlinkFile();