Commit d5693bdd authored by Leonardo Aramaki's avatar Leonardo Aramaki

Fix indentation

parent d90e9a4c
...@@ -11,8 +11,8 @@ import kotlinx.coroutines.experimental.withContext ...@@ -11,8 +11,8 @@ import kotlinx.coroutines.experimental.withContext
class SharedPreferencesMessagesRepository( class SharedPreferencesMessagesRepository(
private val prefs: SharedPreferences, private val prefs: SharedPreferences,
private val moshi: Moshi, private val moshi: Moshi,
private val currentServerInteractor: GetCurrentServerInteractor) private val currentServerInteractor: GetCurrentServerInteractor
: MessagesRepository { ) : MessagesRepository {
override suspend fun getById(id: String): Message? = withContext(CommonPool) { override suspend fun getById(id: String): Message? = withContext(CommonPool) {
currentServerInteractor.get()?.also { server -> currentServerInteractor.get()?.also { server ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment