Skip to content

Commit 4ba2fc5

Browse files
authored
Remove unnecessary blank line in ComplexNumberMultiplication
1 parent 0ebe287 commit 4ba2fc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/strings/ComplexNumberMultiplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ public static String complexNumberMultiply(String num1, String num2) {
4545

4646
return real + "+" + imag + "i";
4747
}
48-
4948
}

0 commit comments

Comments
 (0)