Skip to content

Commit e6ddadf

Browse files
committed
Restored original indentation
1 parent 75f1404 commit e6ddadf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/install.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ export async function install(platform: string, release: string, skipActivationF
3131
.downloadAndRunScript(platform, properties.ephemeralInstallerUrl, [
3232
"--release",
3333
release,
34-
skipActivationFlag,])
34+
skipActivationFlag,
35+
])
3536
.then(ematlab.addToPath);
3637

3738
const batchInstallDir = matlabBatch.installDir(platform);
38-
39+
3940
const batchResult = script
4041
.downloadAndRunScript(platform, properties.matlabBatchInstallerUrl, [batchInstallDir])
4142
.then(() => core.addPath(batchInstallDir));

0 commit comments

Comments
 (0)