Skip to content

Commit 1347a57

Browse files
github-actionsgithub-actions
authored andcommitted
Formatted with Google Java Formatter
1 parent 100a72a commit 1347a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/examplehub/utils/RandomUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public static double[] randomDoubles(double min, double max, int count) {
4646

4747
/**
4848
* Generate random letters.
49+
*
4950
* @param count the count of random letters.
5051
* @return {@code count} random letters.
5152
*/
@@ -60,5 +61,4 @@ public static String randomLetters(int count) {
6061
}
6162
return buffer.toString();
6263
}
63-
6464
}

0 commit comments

Comments
 (0)