Skip to content

Commit 6df7b64

Browse files
committed
linting
1 parent 6b23903 commit 6df7b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph

sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/Flow.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ sealed trait UnresolvedFlow extends Flow {
141141
* and resolution. For example an AutoCDCFlow is a special unresolved-but-typed flow; we know a
142142
* flow will be an AutoCDC flow immediately on construction, because it has its own special
143143
* registration API. Such flows are considered "typed flows", but there isn't any semantic reason
144-
* yet to explicitly introduce a `TypedFlow` trait/class.
144+
* yet to explicitly introduce a `TypedFlow` trait/class.
145145
*/
146146
case class UntypedFlow(
147147
identifier: TableIdentifier,

0 commit comments

Comments
 (0)