Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Nov 26, 2024
1 parent 651e2b9 commit a243e08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@ class WCCustomerMapper @Inject constructor() {

private fun String?.lastNameFromName(): String =
this?.trim()?.replace("\\s+".toRegex(), " ")?.substringAfter(" ", "") ?: ""

}

0 comments on commit a243e08

Please sign in to comment.