Skip to content

Commit

Permalink
Fix some more double spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 20, 2024
1 parent cd091f1 commit aaaadd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import kotlin.io.path.*
private val logger = KotlinLogging.logger {}

class PackInstaller(
private val packVersion: PackVersion, private val destination: Path, private val progressHandler: ProgressHandler
private val packVersion: PackVersion, private val destination: Path, private val progressHandler: ProgressHandler
) : AutoCloseable {
companion object {
const val YOSBR_ID = "WwbubTsV"
Expand Down Expand Up @@ -55,7 +55,7 @@ class PackInstaller(
versionDir.resolve("${packVersion.launcherVersionId}.jar").createFile()
}

private fun updateLauncherProfiles() {
private fun updateLauncherProfiles() {
progressHandler.newTask(I18N.getString("reading.launcher.profiles.json"))
val launcherProfiles = LAUNCHER_PROFILES.reader().use(JsonParser::parseReader).asJsonObject

Expand Down

0 comments on commit aaaadd6

Please sign in to comment.