Skip to content

Commit ee95922

Browse files
authored
Fix a missing semicolon in sample code (#83)
1 parent 99a34cd commit ee95922

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
@@ -204,7 +204,7 @@ void InitializeSafeFireAndForget()
204204
void UninitializeSafeFireAndForget()
205205
{
206206
// Remove default exception handling
207-
SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling()
207+
SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling();
208208
}
209209

210210
void HandleButtonTapped(object sender, EventArgs e)

0 commit comments

Comments
 (0)