Skip to content

Commit 57eaf3d

Browse files
committed
spotless
1 parent 60cd371 commit 57eaf3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cast/src/main/java/com/ibm/wala/cast/ipa/callgraph/ScopeMappingInstanceKeys.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public abstract class ScopeMappingInstanceKeys implements InstanceKeyFactory {
5151
* @return whether this is a real constructor call or an artifact of function pointers (always
5252
* true for lexical scoping in Java)
5353
*/
54-
protected abstract boolean isTrueConstructorCall(Pair<String, String> name, CGNode callerOfConstructor);
54+
protected abstract boolean isTrueConstructorCall(
55+
Pair<String, String> name, CGNode callerOfConstructor);
5556

5657
/**
5758
* An {@link InstanceKey} carrying information about which {@link CGNode}s represent lexical

0 commit comments

Comments
 (0)