Skip to content

Commit

Permalink
Move verbose sources to a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Feb 20, 2024
1 parent a98ea1c commit b50e603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bibtexautocomplete/core/autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ def print_changes(self) -> None:
for field, value, source in changes:
logger.verbose_info(
" {FgBlue}{field}{Reset}{FgWhite}{StFaint} = {{{Reset}"
"{value}{FgWhite}{StFaint}}},{Reset}"
" {FgGreen}{StItalics}% {source}{Reset}",
"{value}{FgWhite}{StFaint}}},{Reset}\n"
" {FgGreen}{StItalics}% source: {source}{Reset}",
field=field,
value=value,
source=source,
Expand Down

0 comments on commit b50e603

Please sign in to comment.