Skip to content

Commit

Permalink
refactor: remove unnecessary spaces between packages and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Dec 12, 2024
1 parent 6ac1cd7 commit b88d320
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import android.widget.TextView
import com.owncloud.android.R
import com.owncloud.android.databinding.MainEmptyListFragmentBinding


class MainEmptyListFragment : Fragment() {

private var _binding: MainEmptyListFragmentBinding? = null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

package com.owncloud.android.presentation.spaces


import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.owncloud.android.domain.UseCaseResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/
package com.owncloud.android.lib.resources.status.services


import com.owncloud.android.lib.common.OwnCloudClient
import com.owncloud.android.lib.common.operations.RemoteOperationResult
import com.owncloud.android.lib.resources.status.RemoteServerInfo
Expand Down

0 comments on commit b88d320

Please sign in to comment.