Skip to content

Commit 406c411

Browse files
committed
Lint being petty about variable declarations
1 parent 1d4693b commit 406c411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security-command-center/snippets/src/test/java/vtwo/AssetSecurityMarksIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public class AssetSecurityMarksIT {
5050

5151
private static final String ORGANIZATION_ID = System.getenv("SCC_PROJECT_ORG_ID");
5252
private static final String LOCATION = "global";
53-
private static String assetId, assetName;
53+
private static String assetId;
54+
private static String assetName;
5455
private static ByteArrayOutputStream stdOut;
5556

5657
@Rule

0 commit comments

Comments
 (0)