Skip to content

Commit c4bff49

Browse files
committed
.
1 parent 7f64e4d commit c4bff49

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

runner/src/mill/runner/CodeGen.scala

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,13 @@ object CodeGen {
226226
|$aliasImports
227227
|$importSiblingScripts
228228
|$prelude
229-
|${topBuildHeader(segments, scriptFolderPath, millTopLevelProjectRoot, childAliases, exportSiblingScripts)}
229+
|${topBuildHeader(
230+
segments,
231+
scriptFolderPath,
232+
millTopLevelProjectRoot,
233+
childAliases,
234+
exportSiblingScripts
235+
)}
230236
|$markerComment
231237
|$scriptCode
232238
|}""".stripMargin

0 commit comments

Comments
 (0)