From 2ebb098e559062cded8a107083309d4f5dda3b7c Mon Sep 17 00:00:00 2001 From: sbcgua Date: Mon, 13 Feb 2017 15:41:58 +0200 Subject: [PATCH] linter fix --- src/zabapgit_page_stage.prog.abap | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/zabapgit_page_stage.prog.abap b/src/zabapgit_page_stage.prog.abap index 8f34ef22f..4151272a7 100644 --- a/src/zabapgit_page_stage.prog.abap +++ b/src/zabapgit_page_stage.prog.abap @@ -190,14 +190,14 @@ CLASS lcl_gui_page_stage IMPLEMENTATION. " Remote changes LOOP AT ms_files-remote ASSIGNING . AT FIRST. - ro_html->add(''). - ro_html->add('' ). " Type - ro_html->add('Files to remove or non-code' ). - ro_html->add('' ). " Status - ro_html->add('' && - '↓ignoreremovereset↓' ). - ro_html->add(''). - ro_html->add(''). + ro_html->add( '' ). + ro_html->add( '' ). " Type + ro_html->add( 'Files to remove or non-code' ). + ro_html->add( '' ). " Status + ro_html->add( '' && + '↓ignoreremovereset↓' ). + ro_html->add( '' ). + ro_html->add( '' ). ENDAT. ro_html->add( render_file( @@ -226,14 +226,12 @@ CLASS lcl_gui_page_stage IMPLEMENTATION. CASE iv_context. WHEN 'local'. - lv_param = lcl_html_action_utils=>file_encode( iv_key = mo_repo->get_key( ) - ig_file = is_file ). + lv_param = lcl_html_action_utils=>file_encode( iv_key = mo_repo->get_key( ) + ig_file = is_file ). + lv_filename = lcl_html=>a( iv_txt = lv_filename + iv_act = |{ gc_action-go_diff }?{ lv_param }| ). ro_html->add( |{ is_item-obj_type }| ). - ro_html->add( |{ - lcl_html=>a( - iv_txt = lv_filename - iv_act = |{ gc_action-go_diff }?{ lv_param }| ) - }| ). + ro_html->add( |{ lv_filename }| ). ro_html->add( |{ read_last_changed_by( is_file ) }| ). WHEN 'remote'. ro_html->add( '-' ). " Dummy for object type