Skip to content

Commit 0b8451d

Browse files
committed
scala format fix
1 parent a0a3a65 commit 0b8451d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/ternaryContour/TernaryContourOpDesc.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ class TernaryContourOpDesc extends PythonOperatorDescriptor {
6565
override def operatorInfo: OperatorInfo =
6666
OperatorInfo(
6767
userFriendlyName = "Ternary Contour",
68-
operatorDescription = "A ternary contour plot shows how a measured value changes across all mixtures of three components that always sum to a constant (usually 100%).",
68+
operatorDescription =
69+
"A ternary contour plot shows how a measured value changes across all mixtures of three components that always sum to a constant (usually 100%).",
6970
operatorGroupName = OperatorGroupConstants.VISUALIZATION_SCIENTIFIC_GROUP,
7071
inputPorts = List(InputPort()),
7172
outputPorts = List(OutputPort(mode = OutputMode.SINGLE_SNAPSHOT))

0 commit comments

Comments
 (0)