Skip to content

Commit

Permalink
Update #ui2#cl_json.clas.abap
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Jan 19, 2024
1 parent 6c10abc commit 1ca3205
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/json/#ui2#cl_json.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ CLASS /ui2/cl_json IMPLEMENTATION.

method serialize_int.

Check failure on line 78 in src/json/#ui2#cl_json.clas.abap

View check run for this annotation

abaplint / abaplint

Indentation problem, expected 2 spaces

https://rules.abaplint.org/indentation

data mv_compress type abap_bool.
data MV_PRETTY_NAME type string.
data MV_ASSOC_ARRAYS type abap_bool.
data MV_TS_AS_ISO8601 type abap_bool.

DATA lo_type TYPE REF TO cl_abap_typedescr.
DATA lo_struct TYPE REF TO cl_abap_structdescr.
DATA lt_components TYPE cl_abap_structdescr=>component_table.
Expand Down

0 comments on commit 1ca3205

Please sign in to comment.