Skip to content

Commit d7a471a

Browse files
committed
format kotlin
1 parent 0e2785b commit d7a471a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

154155
private fun renderNotJoinedQueue() {

0 commit comments

Comments
 (0)