Skip to content

Conversation

@GrzegorzBobryk
Copy link
Contributor

First time contributor checklist

Contributor checklist

  • Pixel 3a, API 33
  • My contribution is fully baked and ready to be merged as is
  • I ensure that all the open issues my contribution fixes are mentioned in the commit message of my first commit using the Fixes #1234 syntax

Description

Replace System.getProperty('line.separator') with System.lineSeparator() to improve readability

Replace `System.getProperty('line.separator')` with `System.lineSeparator()` to improve readability
Copy link

@mosbat mosbat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a maintainer, but I agree with this change since hardcoding is by default a bad practice. This also makes the code look cleaner.

TheTechZone pushed a commit to Cerenia/Signal-Android that referenced this pull request Jan 6, 2025
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.

2 participants