From dbeaf892c5cc728fa4a68f05fc106a4fcfcb62c1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 2 Feb 2025 21:24:08 +0100 Subject: style(pkgs/update-vim-plugins): Format --- pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py') diff --git a/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py b/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py index 7eb3eeb4..b338d81d 100644 --- a/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py +++ b/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py @@ -157,7 +157,7 @@ class UpdateCommand(Command): failed_but_known = None failed_plugin = None try: - debug_string += f" - ({i+1}/{size}) Processing {spec!r}\n" + debug_string += f" - ({i + 1}/{size}) Processing {spec!r}\n" vim_plugin = plugin_from_spec(spec) debug_string += f" • Success {vim_plugin!r}\n" processed_plugin = vim_plugin -- cgit 1.4.1