]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Formatting nit
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Mar 2025 14:24:04 +0000 (15:24 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Mar 2025 14:24:04 +0000 (15:24 +0100)
mkosi/kmod.py

index 256c30bc48fa6d2d4181b399467c2cb487f43936..5d70febc73a028bbb6c6b42fd209f4a77977cd6c 100644 (file)
@@ -50,6 +50,7 @@ def globs_match_filename(
             or fnmatch.fnmatch(name.split("/")[-1], glob)
         ):
             return not negative
+
     return match_default