Skip to content

Commit

Permalink
fixed missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakae committed May 22, 2024
1 parent 22516d8 commit c84e248
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/src-diagram-snippets/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ body[class='vscode-light'] .sprotty-edge-arrow {
.sprotty-hidden {
width: 0px;
height: 0px;
}
}
2 changes: 1 addition & 1 deletion extension/src-diagram-snippets/css/stpa-diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,4 @@
.vscode-light .stpa-edge[aspect="7"],
.vscode-light .stpa-edge-arrow[aspect="7"] {
stroke: var(--stpa-safety-requirement-light);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
{"name": "CSWithSubComponents",
"code": "ControlStructure\n Aircraft {\n ControllerA {\n hierarchyLevel 0\n controlActions {\n [ca \"control action\"] -> ControllerB1\n }\n }\n ControllerB {\n hierarchyLevel 1\n ControllerB1 {\n controlActions {\n [ca \"control action\"] -> ControllerB2\n }\n feedback {\n [fb \"feedback\"] -> ControllerA\n }\n }\n ControllerB2 {\n controlActions {\n [ca \"control action\"] -> ControlledProcess\n }\n feedback {\n [fb \"feedback\"] -> ControllerB1\n }\n }\n }\n ControlledProcess {\n hierarchyLevel 2\n feedback {\n [fb \"feedback\"] -> ControllerB2\n }\n }\n }"}
]
}
}

0 comments on commit c84e248

Please sign in to comment.