From 06bf9a5cdae6a185a29e5ea5bcaf18ad3e3e042a Mon Sep 17 00:00:00 2001 From: Alf Henrik Sauge Date: Thu, 11 Aug 2022 15:18:27 +0200 Subject: Fix purely white space issues reported by flake8 --- mesonbuild/cmake/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/cmake/executor.py') diff --git a/mesonbuild/cmake/executor.py b/mesonbuild/cmake/executor.py index 526620d24..afd21ef96 100644 --- a/mesonbuild/cmake/executor.py +++ b/mesonbuild/cmake/executor.py @@ -33,7 +33,7 @@ if T.TYPE_CHECKING: from ..mesonlib import MachineChoice from ..programs import ExternalProgram -TYPE_result = T.Tuple[int, T.Optional[str], T.Optional[str]] +TYPE_result = T.Tuple[int, T.Optional[str], T.Optional[str]] TYPE_cache_key = T.Tuple[str, T.Tuple[str, ...], str, T.FrozenSet[T.Tuple[str, str]]] class CMakeExecutor: -- cgit v1.2.3