Skip to content

Commit e76930a

Browse files
committed
Removed extra space
1 parent 9bd4123 commit e76930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISM/CommandLine.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ module ISM
12821282
puts "\n"
12831283

12841284
neededSoftwares.each do |software|
1285-
softwareText = "#{"@#{software.port}".colorize(:red)}:#{software.name.colorize(:green)} /#{software.version.colorize(Colorize::ColorRGB.new(255,100,100))}/ "
1285+
softwareText = "#{"@#{software.port}".colorize(:red)}:#{software.name.colorize(:green)} /#{software.version.colorize(Colorize::ColorRGB.new(255,100,100))}/"
12861286
optionsText = "{ "
12871287

12881288
if software.options.empty?

0 commit comments

Comments
 (0)