Skip to content

Commit

Permalink
The linter wants a newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
akwizgran committed Sep 8, 2023
1 parent 73d3980 commit 447465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/onionshare/android/LogConverter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ class LogConverter : MessageConverter() {
// Scrub local port numbers
return before.replace("\\b127\\.0\\.0\\.1:[0-9]+\\b".toRegex(), "127.0.0.1:[scrubbed]")
}
}
}

0 comments on commit 447465f

Please sign in to comment.