Skip to content

Commit

Permalink
removed accidentally inserted empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
briha committed Feb 3, 2025
1 parent 10628f8 commit 5d248a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ open class LatexCommandLineState(environment: ExecutionEnvironment, private val

@Throws(ExecutionException::class)
override fun startProcess(): ProcessHandler {

val compiler = runConfig.compiler ?: throw ExecutionException("No valid compiler specified.")
val mainFile = runConfig.mainFile ?: throw ExecutionException("Main file is not specified.")

Expand Down

0 comments on commit 5d248a2

Please sign in to comment.