Skip to content

Commit 5f68b90

Browse files
committed
line len
1 parent 53936ee commit 5f68b90

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/se_mapping_education/matrix.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ def render_markdown(matrix: dict[str, dict[str, str]]) -> str:
130130
lines = [
131131
"# Coverage Matrix",
132132
"",
133-
"This matrix is a draft structural coverage artifact. "
134-
"It shows declared mapping relations between source systems and NOR targets. "
133+
"This matrix is a draft structural coverage artifact.\n"
134+
"It shows declared mapping relations between source systems and NOR targets.\n"
135135
"It does not evaluate curriculum quality, instructional effectiveness, or student performance.",
136136
"",
137137
"| NOR Target | " + " | ".join(source_systems) + " |",
138-
"|---|" + "|".join("---" for _ in source_systems) + "|",
138+
"| --- |" + "|".join(" --- " for _ in source_systems) + "|",
139139
]
140140

141141
for target_id, coverage in sorted(matrix.items()):

uv.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)