Skip to content

Commit 0b60b26

Browse files
authored
Merge pull request #566 from TIBCOSoftware/csv-example-fix
Remove trailing spaces following commas in changes.csv example
2 parents bc930d7 + bc0bb11 commit 0b60b26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csaf_2.0/prose/csaf-v2-editor-draft.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5821,10 +5821,10 @@ The file changes.csv MUST contain the filename as well as the value of `/documen
58215821
*Examples 129:*
58225822
58235823
```
5824-
2020/example_company_-_2020-yh4711.json, "2020-07-01T10:09:07Z"
5825-
2018/example_company_-_2018-yh2312.json, "2020-07-01T10:09:01Z"
5826-
2019/example_company_-_2019-yh3234.json, "2019-04-17T15:08:41Z"
5827-
2018/example_company_-_2018-yh2312.json, "2019-03-01T06:01:00Z"
5824+
"2020/example_company_-_2020-yh4711.json","2020-07-01T10:09:07Z"
5825+
"2018/example_company_-_2018-yh2312.json","2020-07-01T10:09:01Z"
5826+
"2019/example_company_-_2019-yh3234.json","2019-04-17T15:08:41Z"
5827+
"2018/example_company_-_2018-yh2312.json","2019-03-01T06:01:00Z"
58285828
```
58295829
58305830
### 7.1.14 Requirement 14: Directory listings

0 commit comments

Comments
 (0)