Skip to content

Commit

Permalink
fix: indentation of hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Jan 14, 2024
1 parent 826dca9 commit fa8d7fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebSocketClient/assets/uvlExamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export function initExamples(editor: editor.IStandaloneCodeEditor) {
}

const defaultExampleText = `features
HelloWorld
optional
Greetings`;
HelloWorld
optional
Greetings`;
const iceCreamExampleText = `features
"Ice Cream" {extended__}
mandatory
Expand Down

0 comments on commit fa8d7fb

Please sign in to comment.