Skip to content

Commit 4486ff4

Browse files
[autofix.ci] apply automated fixes
1 parent 7f64e4d commit 4486ff4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

runner/src/mill/runner/CodeGen.scala

+7-1
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)