Skip to content

Commit cabd576

Browse files
committed
Fixed yml error
1 parent b1244dc commit cabd576

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"editor.defaultFormatter": "esbenp.prettier-vscode",
1515
"editor.codeActionsOnSave": {
16-
"source.organizeImports": true,
17-
"source.formatDocument": true,
18-
"source.fixAll.eslint": true
16+
"source.organizeImports": "explicit",
17+
"source.formatDocument": "explicit",
18+
"source.fixAll.eslint": "explicit"
1919
}
2020
}

src/content/publications/publications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- journalTitle: Softw Syst Model
22
year: 2025
3-
title: Networcat: applying analysis techniques of shared memory software on message-passing distributed systems.
3+
title: "Networcat: applying analysis techniques of shared memory software on message-passing distributed systems."
44
url: https://doi.org/10.1007/s10270-024-01258-x
55
featuredImage: ../images/publications/sosym2025.png
66
description: research.publications.networcat

0 commit comments

Comments
 (0)