Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Oct 2, 2024
1 parent 081fd5b commit 36b8dfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object ProductUtil {
actual: Seq[T],
expected: Seq[T],
truncate: Int = 20,
minColWidth: Int = 3,
minColWidth: Int = 3
): String = {

val runTimeClass = implicitly[ClassTag[T]].runtimeClass
Expand Down

0 comments on commit 36b8dfa

Please sign in to comment.