Skip to content

Commit

Permalink
code_style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramy-Badr-Ahmed committed Oct 9, 2024
1 parent cf268b2 commit 76e7c83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/searches/linear_search.f90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
!!
!! This program provides additional test cases to validate the linear_search_module.


program tests_linear_search
use linear_search_module
implicit none
Expand Down
1 change: 0 additions & 1 deletion tests/searches/recursive_linear_search.f90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
!!
!! This program provides additional test cases to validate the recursive_linear_search_module.


program tests_recursive_linear_search
use linear_search_module
implicit none
Expand Down

0 comments on commit 76e7c83

Please sign in to comment.