2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-05 00:25:09 +00:00

Remove unnecessary semicolons

Summary: Depends on D10905

Reviewers: #kde_connect, mtijink

Reviewed By: #kde_connect, mtijink

Subscribers: #kde_connect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D10946
This commit is contained in:
Nicolas Fella
2018-03-03 16:11:16 +01:00
parent fa5a37c472
commit c2e9edc09c
3 changed files with 0 additions and 5 deletions

View File

@@ -264,7 +264,6 @@ public class Device implements BaseLink.PackageReceiver {
}
return;
case NotPaired:
;
}
if (!isReachable()) {