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

Commit e13f82ca authored by Alexandre Roux's avatar Alexandre Roux Committed by Alexandre Roux
Browse files

coding style

parent 2bd4d90c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -97,10 +97,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.