Fix formatting
This commit is contained in:
parent
d752ddd9ed
commit
fba48726e2
1 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,9 @@ class _AddParticipantPage extends State<AddParticipantPage> {
|
|||
context: context,
|
||||
builder: (BuildContext context) {
|
||||
return VerifyIdentifyDialog(
|
||||
self: false, email: emailToAdd);
|
||||
self: false,
|
||||
email: emailToAdd,
|
||||
);
|
||||
},
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue