Skip to content

Commit 5c6a299

Browse files
committed
Fixed styles
1 parent a1054a0 commit 5c6a299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestDataUtil.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ public static OzoneVolume createVolume(OzoneClient client,
106106
}
107107

108108
public static byte[] createKey(OzoneBucket bucket,
109-
String keyName, int length) throws IOException{
110-
byte[] content = RandomStringUtils.random(length, 0, 0
111-
, true, true, null, new SecureRandom()).getBytes(UTF_8);
109+
String keyName, int length) throws IOException {
110+
byte[] content = RandomStringUtils.random(length, 0, 0,
111+
true, true, null, new SecureRandom()).getBytes(UTF_8);
112112
createKey(bucket, keyName, content);
113113
return content;
114114
}

0 commit comments

Comments
 (0)