Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicmarkodb committed Oct 2, 2024
1 parent 38cc3f8 commit bb74bc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class StatsSchemaHelperSuite extends AnyFunSuite {
)
).foreach {
case (startingDataSchema, referencedCollatedCols, finalDataSchema) =>
assert(finalDataSchema.equals(
StatsSchemaHelper.appendCollatedStatsSchema(startingDataSchema, referencedCollatedCols)))
assert(finalDataSchema.equals(StatsSchemaHelper
.appendCollatedStatsSchema(startingDataSchema, referencedCollatedCols)))
}
}
}

0 comments on commit bb74bc6

Please sign in to comment.