Skip to content

Commit

Permalink
Fix some indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham authored and pull[bot] committed Aug 28, 2023
1 parent c9c227c commit 1228178
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions tools/manifest/manifest.py
Expand Up @@ -41,14 +41,14 @@ class InvalidCacheError(Exception):


item_classes: Dict[Text, Type[ManifestItem]] = {"testharness": TestharnessTest,
"reftest": RefTest,
"print-reftest": PrintRefTest,
"crashtest": CrashTest,
"manual": ManualTest,
"wdspec": WebDriverSpecTest,
"conformancechecker": ConformanceCheckerTest,
"visual": VisualTest,
"support": SupportFile}
"reftest": RefTest,
"print-reftest": PrintRefTest,
"crashtest": CrashTest,
"manual": ManualTest,
"wdspec": WebDriverSpecTest,
"conformancechecker": ConformanceCheckerTest,
"visual": VisualTest,
"support": SupportFile}


def compute_manifest_items(source_file: SourceFile) -> Tuple[Tuple[Text, ...], Text, Set[ManifestItem], Text]:
Expand Down
4 changes: 2 additions & 2 deletions tools/manifest/sourcefile.py
Expand Up @@ -173,8 +173,8 @@ class SourceFile:
"tools"}

dir_path_non_test: Set[Tuple[Text, ...]] = {("css21", "archive"),
("css", "CSS2", "archive"),
("css", "common")}
("css", "CSS2", "archive"),
("css", "common")}

def __init__(self, tests_root: Text,
rel_path: Text,
Expand Down

0 comments on commit 1228178

Please sign in to comment.