Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
fixes #300
  • Loading branch information
albertmink authored Dec 19, 2023
1 parent 50e06ae commit 50f71db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z_generate_repo.prog.abap
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ 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.

Expand Down

0 comments on commit 50f71db

Please sign in to comment.