Skip to content

Commit e8fc9ae

Browse files
author
Sergey Khomushin
committed
main.dart: fix missed ;
1 parent 1ce312f commit e8fc9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class _HomePageState extends State<HomePage> {
4646
print('SUCCESS!');
4747
} catch (error) {
4848
if (error is EmailJSResponseStatus) {
49-
print('ERROR... ${error.status}: ${error.text}')
49+
print('ERROR... ${error.status}: ${error.text}');
5050
}
5151
print(error.toString());
5252
}

0 commit comments

Comments
 (0)