Skip to content

Improve code formatting in input suggestion components#595

Merged
oblomov-dev merged 1 commit intostandardfrom
claude/refactor-samples-001-010-ZH0Zo
Apr 7, 2026
Merged

Improve code formatting in input suggestion components#595
oblomov-dev merged 1 commit intostandardfrom
claude/refactor-samples-001-010-ZH0Zo

Conversation

@oblomov-dev
Copy link
Copy Markdown
Member

Summary

This PR improves code formatting consistency across input suggestion components by adjusting line breaks and indentation in method chaining calls.

Key Changes

  • Reformatted showsuggestion parameter assignments in input components to place the )->get( method call on a new line with proper indentation
  • Applied consistent formatting across three input suggestion implementations:
    • z2ui5_cl_demo_app_009.clas.abap (2 occurrences)
    • z2ui5_cl_demo_app_002.clas.abap (1 occurrence)

Implementation Details

The changes maintain functional equivalence while improving readability by:

  • Moving the closing parenthesis and method chain continuation )->get( to a dedicated line
  • Ensuring consistent indentation alignment with the opening method call
  • Making the code structure more visually clear and easier to follow in method chaining patterns

https://claude.ai/code/session_01FsU9bgoPTWCG5s261zREgd

Split last parameter from chain continuation onto its own line for
multi-parameter calls in view_display and popup_value_employee methods,
following the 'closing ) on its own line' rule from CLAUDE.md.
@oblomov-dev oblomov-dev merged commit 860acd2 into standard Apr 7, 2026
5 checks passed
@oblomov-dev oblomov-dev deleted the claude/refactor-samples-001-010-ZH0Zo branch April 7, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant