aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/backend/backends.py')
-rw-r--r--mesonbuild/backend/backends.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py
index b26779a..2efae0f 100644
--- a/mesonbuild/backend/backends.py
+++ b/mesonbuild/backend/backends.py
@@ -51,7 +51,7 @@ if T.TYPE_CHECKING:
class TargetIntrospectionData(TypedDict):
language: str
- compiler : T.List[str]
+ compiler: T.List[str]
parameters: T.List[str]
sources: T.List[str]
generated_sources: T.List[str]