mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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