Skip to content

Commit

Permalink
Remove unused import and order (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 authored Feb 1, 2024
1 parent 6b96d20 commit f68ba6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package com.google.android.ground.ui.common
/*
* Copyright 2024 Google LLC
*
Expand All @@ -14,6 +13,7 @@ package com.google.android.ground.ui.common
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.android.ground.ui.common

import com.google.android.ground.repository.UserRepository
import dagger.hilt.android.lifecycle.HiltViewModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import com.google.android.ground.ui.common.AbstractFragment
import com.google.android.ground.ui.common.BackPressListener
import com.google.android.ground.ui.common.EphemeralPopups
import com.google.android.ground.ui.common.LocationOfInterestHelper
import com.google.android.ground.ui.common.SignOutConfirmationFragmentDirections
import com.google.android.material.navigation.NavigationView
import dagger.hilt.android.AndroidEntryPoint
import javax.inject.Inject
Expand Down

0 comments on commit f68ba6d

Please sign in to comment.