Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 17, 2024
1 parent 1b9d002 commit 218c191
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import org.cadixdev.at.AccessTransformSet
import org.cadixdev.at.ModifierChange
import org.cadixdev.at.io.AccessTransformFormat

// This is copy-pasted into restamp-utils.kt, make sure to update it
fun AccessTransformFormat.writeLF(path: Path, at: AccessTransformSet, header: String = "") {
val stringWriter = StringWriter()
val writer = BufferedWriter(stringWriter)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

package io.papermc.paperweight.util

import io.papermc.paperweight.restamp.atFromString
import kotlin.test.Test
import kotlin.test.assertEquals
import org.cadixdev.at.AccessChange
Expand Down

0 comments on commit 218c191

Please sign in to comment.