Fix formatting

This commit is contained in:
Adam Dobrawy 2019-11-01 00:04:26 +01:00 committed by GitHub
parent 86cfa8a0c6
commit 2815c5ac2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,6 @@ async function run() {
const stream = fs.createReadStream(archivePath);
await cacheHttpClient.saveCache(stream, primaryKey);
} catch (error) {
core.warning(error.message);
}