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

Commit 5ea9a301 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

chore: clean code style

parent 2a0da393
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -79,8 +79,7 @@ class SystemAppsUpdatesRepository @Inject constructor(


    private fun getUpdatableSystemAppEndPoint(): UpdatableSystemAppsApi.EndPoint {
    private fun getUpdatableSystemAppEndPoint(): UpdatableSystemAppsApi.EndPoint {
        val systemName = getFullSystemName()
        val systemName = getFullSystemName()
        return if (isEligibleToFetchAppListFromTest(systemName)
        return if (isEligibleToFetchAppListFromTest(systemName)) {
        ) {
            UpdatableSystemAppsApi.EndPoint.ENDPOINT_TEST
            UpdatableSystemAppsApi.EndPoint.ENDPOINT_TEST
        } else {
        } else {
            UpdatableSystemAppsApi.EndPoint.ENDPOINT_RELEASE
            UpdatableSystemAppsApi.EndPoint.ENDPOINT_RELEASE