Skip to content

Commit 4bc99ab

Browse files
committed
fix: add missing newlines for improved code readability
1 parent 4de9515 commit 4bc99ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

application/web/web_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ class SupportedFormats(Enum):
122122
YAML = "yaml"
123123
OSCAL = "oscal"
124124

125+
125126
def _normalize_source_name(source: Any) -> str | None:
126127
"""
127128
Normalize integration source names so analytics aggregation stays stable.
@@ -469,6 +470,7 @@ def _build_direct_cre_overlap_map_analysis(
469470
)
470471
return result
471472

473+
472474
def extend_cre_with_tag_links(
473475
cre: defs.CRE, collection: db.Node_collection
474476
) -> defs.CRE:

0 commit comments

Comments
 (0)