Skip to content

Commit

Permalink
Reformat with scalafmt 3.7.17
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Nov 17, 2023
1 parent 03d9240 commit 212627a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ trait KotlinModulePlatform extends JavaModule {
}

private[kotlin] def internalCompileJavaFiles(
worker: ZincWorkerApi,
upstreamCompileOutput: Seq[CompilationResult],
javaSourceFiles: Seq[os.Path],
compileCp: Agg[os.Path],
javacOptions: Seq[String],
compileProblemReporter: Option[CompileProblemReporter],
reportOldProblems: Boolean
worker: ZincWorkerApi,
upstreamCompileOutput: Seq[CompilationResult],
javaSourceFiles: Seq[os.Path],
compileCp: Agg[os.Path],
javacOptions: Seq[String],
compileProblemReporter: Option[CompileProblemReporter],
reportOldProblems: Boolean
)(implicit ctx: ZincWorkerApi.Ctx): Result[CompilationResult] = {
worker.compileJava(
upstreamCompileOutput = upstreamCompileOutput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ trait KotlinModulePlatform extends JavaModule {
}

private[kotlin] def internalCompileJavaFiles(
worker: ZincWorkerApi,
upstreamCompileOutput: Seq[CompilationResult],
javaSourceFiles: Seq[os.Path],
compileCp: Agg[os.Path],
javacOptions: Seq[String],
compileProblemReporter: Option[CompileProblemReporter],
reportOldProblems: Boolean
worker: ZincWorkerApi,
upstreamCompileOutput: Seq[CompilationResult],
javaSourceFiles: Seq[os.Path],
compileCp: Agg[os.Path],
javacOptions: Seq[String],
compileProblemReporter: Option[CompileProblemReporter],
reportOldProblems: Boolean
)(implicit ctx: ZincWorkerApi.Ctx): Result[CompilationResult] = {
worker.compileJava(
upstreamCompileOutput = upstreamCompileOutput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ trait KotlinModulePlatform extends JavaModule {
}

private[kotlin] def internalCompileJavaFiles(
worker: ZincWorkerApi,
upstreamCompileOutput: Seq[CompilationResult],
javaSourceFiles: Seq[os.Path],
compileCp: Agg[os.Path],
javacOptions: Seq[String],
compileProblemReporter: Option[CompileProblemReporter],
reportOldProblems: Boolean
worker: ZincWorkerApi,
upstreamCompileOutput: Seq[CompilationResult],
javaSourceFiles: Seq[os.Path],
compileCp: Agg[os.Path],
javacOptions: Seq[String],
compileProblemReporter: Option[CompileProblemReporter],
reportOldProblems: Boolean
)(implicit ctx: ZincWorkerApi.Ctx): Result[CompilationResult] = {
worker.compileJava(
upstreamCompileOutput = upstreamCompileOutput,
Expand Down

0 comments on commit 212627a

Please sign in to comment.