Add missing newline
Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
parent
4c09f7fd3a
commit
14b4e1fe1a
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func selectImplementation(ch *challenge.Challenge) (string, error) {
|
|||
|
||||
if x := len(implementations); x == 1 {
|
||||
selectedImplementationIndex = 0
|
||||
fmt.Printf("Automatically selecting %s implementation", runners.RunnerNames[implementations[0]])
|
||||
fmt.Printf("Automatically selecting %s implementation\n", runners.RunnerNames[implementations[0]])
|
||||
} else {
|
||||
var opts []string
|
||||
for _, i := range implementations {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue