Skip to content

Commit ac7f361

Browse files
fix: indentation pt2
1 parent 7c69e4c commit ac7f361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ bool isPresent(int* Arr, const size_t& size, const int& n){
1616
for(size_t i = 0; i < size ; i++){
1717
if(Arr[i] == n){
1818
return true;// FOUND!!
19-
}
2019
}
20+
}
2121
return false;
2222
}
2323

0 commit comments

Comments
 (0)