Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sidepelican committed Nov 29, 2021
1 parent 87f1a8c commit 85dfe5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ async function run() {
if (current === version) {
core.setOutput("version", version);
} else {
core.error(`Failed to setup requested swift version. requestd: ${version}, actual: ${current}`);
core.error(
`Failed to setup requested swift version. requestd: ${version}, actual: ${current}`
);
}
} catch (error) {
let dump: String;
Expand Down

0 comments on commit 85dfe5b

Please sign in to comment.