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

Commit 04a3530

Browse files
authored
Indentation
1 parent 0a68aff commit 04a3530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ default void prepareTmpFldr(FilePath tmpFldr, String runnerScript) throws IOExce
9090
MatlabBuilderConstants.MATLAB_SCRIPT_GENERATOR, tmpFldr);
9191
FilePath zipFileLocation =
9292
new FilePath(tmpFldr, MatlabBuilderConstants.MATLAB_SCRIPT_GENERATOR);
93-
runnerScript=replaceZipPlaceholder(runnerScript, zipFileLocation.getRemote());
93+
runnerScript=replaceZipPlaceholder(runnerScript, zipFileLocation.getRemote());
9494

9595
// Write MATLAB scratch file in temp folder.
96-
FilePath scriptFile =
97-
new FilePath(tmpFldr, getValidMatlabFileName(tmpFldr.getBaseName()) + ".m");
98-
scriptFile.write(runnerScript, "UTF-8");
96+
FilePath scriptFile =
97+
new FilePath(tmpFldr, getValidMatlabFileName(tmpFldr.getBaseName()) + ".m");
98+
scriptFile.write(runnerScript, "UTF-8");
9999
}
100100

101101
//This method replaces the placeholder with genscript's zip file location URL in temp folder

0 commit comments

Comments
 (0)