Skip to content

Commit 5ac4306

Browse files
fix: extra space in message
1 parent 8f20790 commit 5ac4306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instabug_flutter/lib/src/utils/user_steps/user_step_details.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class UserStepDetails {
7878

7979
if (key != null) baseMessage += " with key '$key' ";
8080

81-
return baseMessage;
81+
return baseMessage.trim();
8282
}
8383

8484
String? _getWidgetSpecificDetails() {

0 commit comments

Comments
 (0)