Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e4393ba authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Add semicolon to fix failing build

parent e879f8c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class AccountAddressBookHelper {
                return "Settings (" + account.name + ")";
            } else {
                // TODO change address_book account type name
                return account.name
                return account.name;
            }
        } else {
            return "";