Skip to content

Commit b04a7f3

Browse files
committed
fixing alignment
1 parent 78430e4 commit b04a7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/checks/y_check_branch_coverage.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ CLASS y_check_branch_coverage IMPLEMENTATION.
3535
object = VALUE #( object = object_type obj_name = object_name )
3636
coverage_type = ce_scv_coverage_type=>branch ).
3737

38-
DATA(branch) = round( val = coverage->get_percentage( )
39-
dec = 2 ).
38+
DATA(branch) = round( val = coverage->get_percentage( )
39+
dec = 2 ).
4040
CATCH cx_scv_execution_error.
4141
RETURN.
4242
ENDTRY.

0 commit comments

Comments
 (0)