Skip to content

Commit dcd3d80

Browse files
committed
Format.
1 parent 9a3977b commit dcd3d80

File tree

1 file changed

+2
-2
lines changed
  • com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public Uniform(PointsToSetVariable source, CGNode node) {
2323
@Override
2424
protected int getValueNumberForDTypeArgument() {
2525
return this.getNode().getMethod().isStatic()
26-
? this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION)
27-
: this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION + 1);
26+
? this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION)
27+
: this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION + 1);
2828
}
2929

3030
@Override

0 commit comments

Comments
 (0)