Skip to content

Commit

Permalink
Improved comment order
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Nov 26, 2024
1 parent a838ef9 commit 991d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/CommandLine.cr
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,11 @@ module ISM
#Add process to search only by name
def getSoftwareInformation(userEntry : String, allowSearchByNameOnly = false) : ISM::SoftwareInformation

#Check first if the user entry if by name only or not, and if it is valid
entry = String.new
matches = Array(String).new
result = ISM::SoftwareInformation.new

#Check first if the user entry if by name only or not, and if it is valid
@softwares.each do |availableSoftware|

#Check if the user request a specific version or not
Expand Down

0 comments on commit 991d8ab

Please sign in to comment.