Skip to content

Commit

Permalink
Fix formatting (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink authored Dec 19, 2023
1 parent 50e06ae commit 8df5381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z_generate_repo.prog.abap
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,11 @@ CLASS lcl_generator IMPLEMENTATION.
INSERT |Failed to create the file name for the README example| INTO TABLE report_log ##NO_TEXT.
ENDTRY.

example_part = | \| [{ file_name }](./examples/{ file_name })|.
example_part = | \| [`{ file_name }`](./examples/{ file_name })|.

ENDIF.

DATA(definition_part) = | [`{ interfacename }.intf.abap`](./type/{ interfacename }.intf.abap) |.
DATA(definition_part) = |[`{ interfacename }.intf.abap`](./type/{ interfacename }.intf.abap)|.

DATA(readme) = VALUE string_table(
( |# { object-object_type } File Format| )
Expand Down

0 comments on commit 8df5381

Please sign in to comment.