Skip to content

Commit

Permalink
Removed redundant change
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed May 13, 2024
1 parent de2aea0 commit 65155df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ object InstanceUtils {
val instanceDir = File(instancesDir + File.separator + System.currentTimeMillis() + Math.random())
instanceDir.mkdir()

return createTempFile(instanceDir, "intance_${System.currentTimeMillis()}", ".xml")
return createTempFile(instanceDir, "intance", ".xml")
}
}

0 comments on commit 65155df

Please sign in to comment.