Skip to content

Commit

Permalink
lint fixes pretty printing
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Feb 2, 2024
1 parent 2e0ac5b commit 2fe2615
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/core/zcl_ajson.clas.locals_imp.abap
Original file line number Diff line number Diff line change
Expand Up @@ -664,11 +664,11 @@ class lcl_json_to_abap definition final.
zcx_ajson_error.

methods to_time
IMPORTING
iv_value TYPE z2ui5_if_ajson_types=>ty_node-value
RETURNING
VALUE(rv_result) TYPE t
RAISING
importing
iv_value type z2ui5_if_ajson_types=>ty_node-value
returning
value(rv_result) type t
raising
z2ui5_cx_ajson_error.

private section.
Expand Down

0 comments on commit 2fe2615

Please sign in to comment.