Skip to content

Commit cc5d462

Browse files
committed
Remove return
1 parent 4f86bd0 commit cc5d462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ function BlueTheme(children) {
281281
return try {
282282
children();
283283
} catch effect ThemeBorderColorRequest -> [, continuation] {
284-
return continuation('blue');
284+
continuation('blue');
285285
}
286286
}
287287

0 commit comments

Comments
 (0)