Skip to content

Commit 1786b6b

Browse files
committed
Run scalafmt
1 parent 63466dc commit 1786b6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/src/main/scala/no/nrk/bigquery/BQTableLike.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ object BQTableLike {
7373
* a non-partitioned and a date-partitioned table into a list (or otherwise lose precise types), you also lose the
7474
* ability to construct legal [[BQPartitionId]] s with `assertPartition`
7575
*/
76-
case class BQTableRef[+P](tableId: BQTableId, partitionType: BQPartitionType[P], labels: TableLabels = TableLabels.Empty) extends BQTableLike[P] {
76+
case class BQTableRef[+P](
77+
tableId: BQTableId,
78+
partitionType: BQPartitionType[P],
79+
labels: TableLabels = TableLabels.Empty)
80+
extends BQTableLike[P] {
7781
override def unpartitioned: BQTableRef[Unit] =
7882
withTableType(BQPartitionType.ignoredPartitioning(partitionType))
7983

0 commit comments

Comments
 (0)