Skip to content

Commit 74777cb

Browse files
committed
fix whitespace
1 parent 6cd890f commit 74777cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

py/torch_tensorrt/dynamo/tools/opset_coverage.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ def opset_coverage(
147147

148148
if registry_data is not None:
149149
if (
150-
DYNAMO_REGISTRY_NAME in registry_data
151-
and registry_data[DYNAMO_REGISTRY_NAME] >= 1
150+
DYNAMO_REGISTRY_NAME in registry_data
151+
and registry_data[DYNAMO_REGISTRY_NAME] >= 1
152152
):
153153
status = SupportStatus.CONVERTED
154154
support_count += 1
155155
elif (
156-
FX_REGISTRY_NAME in registry_data
157-
and registry_data[FX_REGISTRY_NAME] >= 1
156+
FX_REGISTRY_NAME in registry_data
157+
and registry_data[FX_REGISTRY_NAME] >= 1
158158
) or (
159159
FX_LEGACY_REGISTRY_NAME in registry_data
160160
and registry_data[FX_LEGACY_REGISTRY_NAME] >= 1

0 commit comments

Comments
 (0)