Skip to content

Commit

Permalink
revert adding arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 21, 2024
1 parent 31d521c commit e62424b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private fun describeFileDifferences(
/* contextSize = */ 0,
)

appendLine(diff.joinToString(separator = "\n").prependIndent())
appendLine(diff.joinToString("\n").prependIndent())
}
}
}
Expand Down

0 comments on commit e62424b

Please sign in to comment.