Skip to content

Commit c94dad0

Browse files
committed
chore: format files
1 parent 14cda78 commit c94dad0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/src/modules/instabug.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,11 @@ class Instabug {
183183
/// and set the user's [name] and [id] to be included with all reports.
184184
/// It also reset the chats on device to that email and removes user attributes,
185185
/// user data and completed surveys.
186-
static Future<void> identifyUser(String email, [String? name, String? id]) async {
186+
static Future<void> identifyUser(
187+
String email, [
188+
String? name,
189+
String? id,
190+
]) async {
187191
return _host.identifyUser(email, name, id);
188192
}
189193

0 commit comments

Comments
 (0)