mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
Line separators standardised to 60 chars.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
--------------------------------------------------------
|
||||
------------------------------------------------------------
|
||||
Available ${candidate.capitalize()} Versions
|
||||
--------------------------------------------------------
|
||||
------------------------------------------------------------
|
||||
<%
|
||||
available.each { version ->
|
||||
print "\n"
|
||||
@@ -15,7 +15,7 @@ Available ${candidate.capitalize()} Versions
|
||||
print version
|
||||
}
|
||||
%>
|
||||
--------------------------------------------------------
|
||||
------------------------------------------------------------
|
||||
* - installed
|
||||
> - currently in use
|
||||
--------------------------------------------------------
|
||||
------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user