From 14e0e30c49484e6489b53eb8e18a963f2503baec Mon Sep 17 00:00:00 2001
From: Antti Kaihola <13725+akaihola@users.noreply.github.com>
Date: Mon, 28 Oct 2024 18:32:59 +0200
Subject: [PATCH] style: fix indentation

Co-authored-by: csteiner <47841949+clintonsteiner@users.noreply.github.com>
---
 src/darker/files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/darker/files.py b/src/darker/files.py
index ffc1bd73f..47de2cb98 100644
--- a/src/darker/files.py
+++ b/src/darker/files.py
@@ -109,7 +109,7 @@ def _gen_python_files(
 
         if any(
             _path_is_excluded(root_relative_path, x)
-                for x in [exclude, extend_exclude, force_exclude]
+            for x in [exclude, extend_exclude, force_exclude]
         ) or _resolves_outside_root_or_cannot_stat(child, root):
             continue