Prefer readability over a line length < 80
This commit is contained in:
parent
b983929e82
commit
bf185edd91
1 changed files with 2 additions and 5 deletions
|
@ -513,11 +513,8 @@ If prefix arg is present, refresh the cache."
|
|||
|
||||
(package--print-help-section "Build")
|
||||
(let ((default-directory (straight--repos-dir (symbol-name package))))
|
||||
(if
|
||||
(file-exists-p default-directory)
|
||||
(insert
|
||||
(cdr
|
||||
(doom-call-process "git" "log" "-1" "--format=%D %h %ci")))
|
||||
(if (file-exists-p default-directory)
|
||||
(insert (cdr (doom-call-process "git" "log" "-1" "--format=%D %h %ci")))
|
||||
(insert "n/a")))
|
||||
(insert "\n" indent)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue