From 41c735fe5016285a8f0ce1175c1e8c5ab8c451af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 25 Sep 2020 15:46:26 +0200 Subject: Style: Fix black formatting after #42332 Somehow it did not run CI checks so we missed that one. Also pin `black` version to latest upstream release. --- modules/mono/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/mono/config.py b/modules/mono/config.py index 95459a4779..d060ae9b28 100644 --- a/modules/mono/config.py +++ b/modules/mono/config.py @@ -32,9 +32,7 @@ def configure(env): envvars.Add(BoolVariable("mono_glue", "Build with the Mono glue sources", True)) envvars.Add(BoolVariable("build_cil", "Build C# solutions", True)) envvars.Add( - BoolVariable( - "copy_mono_root", "Make a copy of the Mono installation directory to bundle with the editor", True - ) + BoolVariable("copy_mono_root", "Make a copy of the Mono installation directory to bundle with the editor", True) ) # TODO: It would be great if this could be detected automatically instead -- cgit v1.2.3