Skip to content

Commit 68a659d

Browse files
committed
Unnecessary semicolon
1 parent 077ad92 commit 68a659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/duckduckgo/app/cta/model/DismissedCta.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ data class DismissedCta(
5050
return try {
5151
CtaId.valueOf(value)
5252
} catch (ex: IllegalArgumentException) {
53-
CtaId.UNKNOWN;
53+
CtaId.UNKNOWN
5454
}
5555
}
5656

0 commit comments

Comments
 (0)