Add missing newline

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2021-12-11 10:36:52 +00:00
parent 4c09f7fd3a
commit 14b4e1fe1a
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -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 {