Skip to content

Commit 674b429

Browse files
committed
Modified calc
1 parent a0bc0a4 commit 674b429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/calculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class calculator {
44
public int add(int a, int b) {
5-
return a + b + 1; // change on the main branch.
5+
return a + b + 1;
66
}
77

88
public int subtract(int a, int b) {

0 commit comments

Comments
 (0)