Skip to content

Commit 1bbccc8

Browse files
committed
Format.
1 parent 58f65f4 commit 1bbccc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,8 @@ private Set<TensorType> getTensorType(
781781
if (reference.equals(list)) { // TODO: This can also be a tuple of Tensor.
782782
// We have a list of integers that represent the shape.
783783
PointerKey pointerKeyForObjectCatalog =
784-
((AstPointerKeyFactory) builder.getPointerKeyFactory()).getPointerKeyForObjectCatalog(asin);
784+
((AstPointerKeyFactory) builder.getPointerKeyFactory())
785+
.getPointerKeyForObjectCatalog(asin);
785786
OrdinalSet<InstanceKey> objectCatalogPointsToSet =
786787
pointerAnalysis.getPointsToSet(pointerKeyForObjectCatalog);
787788

0 commit comments

Comments
 (0)