From a01a990100d28759e8c55aa09530ec1ca658f3b2 Mon Sep 17 00:00:00 2001 From: Eliza Brock Marcum Date: Thu, 25 Jun 2020 10:02:13 -0500 Subject: [PATCH] Formatting updates via. prettier --- src/save.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/save.ts b/src/save.ts index 24fa720..0b0a7ca 100644 --- a/src/save.ts +++ b/src/save.ts @@ -25,16 +25,16 @@ async function run(): Promise { } if (utils.isExactKeyMatch(primaryKey, state)) { - if (core.getInput(Inputs.Update) === "true") { - core.info( - `Cache hit occurred on the primary key ${primaryKey}, but updates were enabled, so updating cache.` - ); - } else { - core.info( - `Cache hit occurred on the primary key ${primaryKey}, not saving cache.` - ); - return; - } + if (core.getInput(Inputs.Update) === "true") { + core.info( + `Cache hit occurred on the primary key ${primaryKey}, but updates were enabled, so updating cache.` + ); + } else { + core.info( + `Cache hit occurred on the primary key ${primaryKey}, not saving cache.` + ); + return; + } } const cachePaths = utils.getInputAsArray(Inputs.Path, {