Skip to content

Commit e6277b6

Browse files
authored
Remove unnecessary blank lines in hello_world.md
1 parent 6b2d4ab commit e6277b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/get_started/hello_world.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
6868
)->button( text = `post` press = client->_event( `POST` ) ).
6969
client->view_display( view->stringify( ) ).
7070
71-
7271
WHEN client->check_on_event( `POST` ).
7372
7473
client->message_box_display( `Hello World!` ).
7574
76-
7775
ENDCASE.
7876
ENDMETHOD.
7977
ENDCLASS.
@@ -103,12 +101,10 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
103101
)->input( client->_bind_edit( name ) ).
104102
client->view_display( view->stringify( ) ).
105103
106-
107104
WHEN client->check_on_event( `POST` ).
108105
109106
client->message_box_display( |Your name is { name }.| ).
110107
111-
112108
ENDCASE.
113109
ENDMETHOD.
114110
ENDCLASS.

0 commit comments

Comments
 (0)