Skip to content

Commit eb03721

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e22bf5f commit eb03721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fourteen.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ int main() {
3030

3131
// Call findAddition with two integer arguments
3232
int result1 = add_obj.findAddition(10, 20);
33-
33+
3434
// Call findAddition with three integer arguments
3535
int result2 = add_obj.findAddition(10, 20, 30);
36-
36+
3737
// Call findAddition with two double arguments
3838
double result3 = add_obj.findAddition(10.5, 20.5);
3939

0 commit comments

Comments
 (0)