Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi committed Jan 23, 2025
1 parent c19c3ee commit ce57c6d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ class XstsCliTracegen :
)

val concreteSummaryFile =
traceDirPath.absolutePath + File.separator + inputOptions.model.nameWithoutExtension + ".cexs"
traceDirPath.absolutePath +
File.separator +
inputOptions.model.nameWithoutExtension +
".cexs"
val cexsString = toCexs(concretizationResult)
PrintWriter(File(concreteSummaryFile)).use { printWriter -> printWriter.write(cexsString) }
logger.write(
Expand Down

0 comments on commit ce57c6d

Please sign in to comment.