Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 149efaf

Browse files
authored
Code formatting
1 parent 98dab55 commit 149efaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/mathworks/ci/RunMatlabTestsBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ private int execMatlabCommand(FilePath workspace, Launcher launcher,
274274
final String uniqueTmpFldrName = getUniqueNameForRunnerFile();
275275
ProcStarter matlabLauncher;
276276
try {
277-
FilePath genScriptLocation =
277+
FilePath genScriptLocation =
278278
getFilePathForUniqueFolder(launcher, uniqueTmpFldrName, workspace);
279279

280280
matlabLauncher = getProcessToRunMatlabCommand(workspace, launcher, listener, envVars,
@@ -292,7 +292,7 @@ private int execMatlabCommand(FilePath workspace, Launcher launcher,
292292
// Cleanup the runner File from tmp directory
293293
FilePath matlabRunnerScript =
294294
getFilePathForUniqueFolder(launcher, uniqueTmpFldrName, workspace);
295-
if (matlabRunnerScript.exists()) {
295+
if (matlabRunnerScript.exists()) {
296296
matlabRunnerScript.deleteRecursive();
297297
}
298298
}

0 commit comments

Comments
 (0)