Tiny style cleanup
This commit is contained in:
parent
aedb4491bd
commit
3c81ade7bf
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ gitto [options]
|
|||
|
||||
(define (repository-registered? repository)
|
||||
"Check to see if REPOSITORY has been registered."
|
||||
(format #t "Repository is~a registered~%" (if (known? repository) "" " not")))
|
||||
(format #t "Repository is~a registered~%"
|
||||
(if (known? repository) "" " not")))
|
||||
|
||||
(define (register-repository repository)
|
||||
"Register REPOSITORY in the repository list."
|
||||
|
|
Loading…
Reference in a new issue