Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 09f1370

Browse files
committed
chore: formatting
1 parent d8ebf32 commit 09f1370

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/ai/deepcode/javaclient/requests/GetAnalysisRequest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ public GetAnalysisRequest(
2525
List<String> limitToFiles,
2626
Integer severity,
2727
String shard,
28-
String ideProductName, String orgDisplayName, boolean prioritized,
28+
String ideProductName,
29+
String orgDisplayName,
30+
boolean prioritized,
2931
boolean legacy
3032
) {
3133
this.key = new GetAnalysisKey(bundleHash, limitToFiles, shard);

0 commit comments

Comments
 (0)