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

Commit 49d6a0fb authored by Alexandre Roux's avatar Alexandre Roux
Browse files

coding style

parent e4cd78e5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -96,10 +96,11 @@ public class Utils {
        update.setFileSize(object.getLong("size"));
        update.setDownloadUrl(object.getString("url"));
        update.setVersion(object.getString("version"));
        if(object.has("pre_version"))
        if(object.has("pre_version")) {
            update.setPreversion(object.getString("pre_version"));
        else
        } else {
            update.setPreversion("");
        }
        update.setDisplayVersion(object.getString("display_version"));
        update.setAndroidVersion(object.getString("android_version"));
        return update;
+2 −2

File changed.

Contains only whitespace changes.