Skip to content

Commit

Permalink
#298 [chore] ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Mar 11, 2024
1 parent 283fc20 commit 2ca03e6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import android.app.NotificationManager
import android.app.PendingIntent
import android.content.Context
import android.content.Intent
import androidx.core.app.NotificationManagerCompat
import com.google.firebase.messaging.FirebaseMessagingService
import com.google.firebase.messaging.RemoteMessage
import com.sopt.peekabookaos.presentation.splash.SplashActivity
Expand Down Expand Up @@ -41,7 +40,7 @@ class PeekaMessageService : FirebaseMessagingService() {
.setContentText(body)
.setAutoCancel(true)

val notificationManager = getSystemService (NOTIFICATION_SERVICE) as NotificationManager
val notificationManager = getSystemService(NOTIFICATION_SERVICE) as NotificationManager

notificationManager.notify(NOTIFICATION_ID, notificationBuilder.build())
}
Expand Down

0 comments on commit 2ca03e6

Please sign in to comment.