diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-26 01:51:59 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2022-01-27 10:48:01 -0800 |
| commit | 3990dc6d6429f6da8917c2f3f719e56fa20ac2ed (patch) | |
| tree | a8c243fca13b87cccacc82b2523b99e3bde5e7d6 /mesonbuild/modules | |
| parent | a28d5467954572767389729691e497d4da44b16e (diff) | |
| download | meson-3990dc6d6429f6da8917c2f3f719e56fa20ac2ed.tar.gz | |
flake8: fix indentation style
Diffstat (limited to 'mesonbuild/modules')
| -rw-r--r-- | mesonbuild/modules/i18n.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/modules/i18n.py b/mesonbuild/modules/i18n.py index 6098d409f..d84f66e8a 100644 --- a/mesonbuild/modules/i18n.py +++ b/mesonbuild/modules/i18n.py @@ -199,7 +199,7 @@ class I18nModule(ExtensionModule): } ct = build.CustomTarget('', state.subdir, state.subproject, - T.cast(T.Dict[str, T.Any], real_kwargs)) + T.cast(T.Dict[str, T.Any], real_kwargs)) return ModuleReturnValue(ct, [ct]) @@ -343,7 +343,7 @@ class I18nModule(ExtensionModule): } ct = build.CustomTarget('', state.subdir, state.subproject, - T.cast(T.Dict[str, T.Any], real_kwargs)) + T.cast(T.Dict[str, T.Any], real_kwargs)) return ModuleReturnValue(ct, [ct]) |
