Skip to content

Commit ef6ec85

Browse files
committed
remove whitespace from conflict
1 parent 97acf1c commit ef6ec85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/NotificationStateUtils.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ data class NotificationDismissalConfiguration(
3434
var dismissedNotifications: MutableSet<DismissedNotification> = mutableSetOf(),
3535
)
3636

37-
38-
3937
@Service
4038
@State(name = "notificationDismissals", storages = [Storage("aws.xml", roamingType = RoamingType.DISABLED)])
4139
class NotificationDismissalState : PersistentStateComponent<NotificationDismissalConfiguration> {

0 commit comments

Comments
 (0)