mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 20:49:36 +01:00
codacy: An empty statement (semicolon) not part of a loop
This commit is contained in:
parent
c6de6bdf28
commit
534d6c19bb
@ -347,7 +347,6 @@ public class PushUtils {
|
||||
if (readPublicKey) {
|
||||
keyString = keyString.replaceAll("\\n", "").replace("-----BEGIN PUBLIC KEY-----",
|
||||
"").replace("-----END PUBLIC KEY-----", "");
|
||||
;
|
||||
} else {
|
||||
keyString = keyString.replaceAll("\\n", "").replace("-----BEGIN PRIVATE KEY-----",
|
||||
"").replace("-----END PRIVATE KEY-----", "");
|
||||
|
Loading…
Reference in New Issue
Block a user