Skip to content

Commit d7c1324

Browse files
committed
chore: Add language identifier to fenced code block (#2346)
1 parent 14c1df5 commit d7c1324

File tree

1 file changed

+2
-2
lines changed
  • docs/dev-notes/2025-10-26/impact-analysis

1 file changed

+2
-2
lines changed

docs/dev-notes/2025-10-26/impact-analysis/report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
### 修正対象の階層構造
3030

31-
```
31+
```text
3232
レイヤ0: サービス層
3333
├─ src/lib/services/task_results.ts
3434
│ ├─ getTaskResults() 🔴 必須
@@ -452,7 +452,7 @@ return taskResults?.get(taskId) as TaskResult;
452452

453453
**将来対応の検討項目**(メモ):
454454

455-
```
455+
```text
456456
将来的に Workbook が複数 contestId:taskId ペアを持つようになった場合:
457457
1. WorkbookTask に contest_id フィールド追加
458458
2. getTaskResultsByTaskId() の呼び出しで contestId も渡す

0 commit comments

Comments
 (0)