Skip to content

Commit 0e2785b

Browse files
committed
format kotlin
1 parent 84dff58 commit 0e2785b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/windows-impl/src/main/java/com/duckduckgo/windows/impl/waitlist/ui/WindowsWaitlistActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class WindowsWaitlistActivity : DuckDuckGoActivity() {
148148
override fun onVisibilityChange(v: View?, isVisible: Boolean) {
149149
binding.waitlistDescription.text = getJoinedQueueDescriptionText(isVisible)
150150
}
151-
})
151+
},)
152152
}
153153

154154
private fun renderNotJoinedQueue() {

0 commit comments

Comments
 (0)