Fix spacing in CLI warning message

This commit is contained in:
Rafael Moraes
2026-02-25 15:12:46 -03:00
parent 240ba7d4de
commit 6b67c435fa
+2 -2
View File
@@ -212,8 +212,8 @@ async def main(config: CliConfig):
if not config.song_codec.is_legacy() and not config.use_wrapper:
logger.warning(
"You have chosen an experimental song codec"
" without enabling wrapper."
"You have chosen an experimental song codec "
"without enabling wrapper. "
"They're not guaranteed to work due to API limitations."
)