mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 05:59:22 +08:00
Format code with prettier (#3375)
This commit is contained in:
@ -19,7 +19,6 @@ public class HarshadNumber {
|
||||
* @param a The number which should be checked
|
||||
*/
|
||||
public static void checkHarshadNumber(long a) {
|
||||
|
||||
long b = a;
|
||||
int sum = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user