diff options
Diffstat (limited to 'mesonbuild/backend')
-rw-r--r-- | mesonbuild/backend/backends.py | 2 |
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] |