Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Feb 3, 2025
1 parent a1c64ac commit c302ffc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ object AssertionUtils {
path: Path,
expectedLines: Traversable[String],
regenScript: String,
splitFirstExpectedLine: Boolean = false)(implicit
prettifier: Prettifier,
pos: Position): Unit = {
splitFirstExpectedLine: Boolean =
false)(implicit prettifier: Prettifier, pos: Position): Unit = {
val fileSource = Source.fromFile(path.toUri, StandardCharsets.UTF_8.name())
try {
def expectedLinesIter = if (splitFirstExpectedLine) {
Expand Down

0 comments on commit c302ffc

Please sign in to comment.