Skip to content

Commit

Permalink
refactor: add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
comfrt1k committed Jan 10, 2025
1 parent 8a1f636 commit 7e4c9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package com.personalization.sdk.domain.repositories

interface AdvertisingRepository {
suspend fun fetchAdvertisingId(): String
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ internal class InitializeAdvertisingIdUseCase @Inject constructor(
val advertisingId = advertisingRepository.fetchAdvertisingId()
userSettingsRepository.saveAdvertisingId(advertisingId)
}
}
}

0 comments on commit 7e4c9ba

Please sign in to comment.