Skip to content

Commit f0dfe1a

Browse files
author
Jonas Sobotta
committed
fix indentation
1 parent 86d74f4 commit f0dfe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zcl_aff_writer_json_schema.clas.testclasses.abap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2817,7 +2817,7 @@ CLASS ltcl_json_writer_abap_doc IMPLEMENTATION.
28172817
zcl_aff_tools_unit_test_helper=>assert_log_has_no_message( log = log message_severity_threshold = zif_aff_log=>c_message_type-info ).
28182818
ENDMETHOD.
28192819

2820-
METHOD pattern_complex.
2820+
METHOD pattern_complex.
28212821
DATA(act_schema) = test_generator->generate_type( VALUE zcl_aff_test_types=>string_pattern_complex( ) ).
28222822
DATA(exp_schema) = VALUE string_table(
28232823
( ` { ` )

0 commit comments

Comments
 (0)