Skip to content

Commit a21196b

Browse files
authored
Clean up formatting in hello_world.md
Removed unnecessary blank lines in the hello_world.md file.
1 parent 9b76f3d commit a21196b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/get_started/hello_world.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ The `client` object is your only entry point into the framework. Use it to show
1818
Build a class:
1919
```abap
2020
CLASS zcl_app_hello_world DEFINITION PUBLIC.
21-
2221
PUBLIC SECTION.
2322
INTERFACES z2ui5_if_app.
24-
2523
ENDCLASS.
2624
2725
CLASS zcl_app_hello_world IMPLEMENTATION.

0 commit comments

Comments
 (0)