Skip to content

Commit ffd98df

Browse files
committed
Fix unclosed code fence: close directory tree block before signature
1 parent d4bae0f commit ffd98df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ data/raw/
102102
The diabetes dataset is used exclusively for exploratory analysis and feature engineering demonstration and does not contribute to outcome modeling.
103103

104104
---
105-
```text
106105

107106
## Repository structure
108107

108+
```
109109
cvd-diabetes-risk-ml/
110110
111111
├── data/
@@ -145,6 +145,7 @@ cvd-diabetes-risk-ml/
145145
├── README.md
146146
├── .gitignore
147147
└── LICENSE
148+
```
148149

149150
---
150151

0 commit comments

Comments
 (0)