spring-guides / gs-consuming-web-service

Consuming a SOAP web service :: Learn how to create a client that consumes a WSDL-based service
http://spring.io/guides/gs/consuming-web-service
Apache License 2.0
136 stars 164 forks source link

Fix Indentation in pom.xml #64

Closed SudegoraAnkit closed 11 months ago

SudegoraAnkit commented 11 months ago

Hello maintainers,

I noticed an indentation issue in the pom.xml file that was affecting readability. This pull request addresses this by correcting the indentation to enhance code clarity and maintain consistency throughout the file.

Changes Made:

Reason for Changes:

Consistent indentation not only improves readability but also aligns with best practices, making the codebase more maintainable and accessible to contributors.

Additional Notes:

I appreciate your time and consideration in reviewing this pull request.

Best regards, Ankit Sudegora

Buzzardo commented 11 months ago

This change isn't actually helpful. Thanks for the effort, though.