Skip to content

Commit

Permalink
Fix analyze errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasyishak committed Nov 7, 2023
1 parent 6ee9487 commit e4de8c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/unified_analytics/lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import 'package:intl/intl.dart';
import 'package:path/path.dart' as p;

import 'enums.dart';
import 'event.dart';
import 'survey_handler.dart';
import 'user_property.dart';

Expand Down Expand Up @@ -252,8 +253,8 @@ bool surveySnoozedOrDismissed(
/// "Linux 6.2.0-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct 6 13:20:44 UTC 2023"
///
/// The above string is what is returned by [io.Platform.operatingSystemVersion]
/// for certain machines running GitHub Actions, this function will truncate that
/// value down to the maximum length at 36 characters and return the below
/// for certain machines running GitHub Actions, this function will truncate
/// that value down to the maximum length at 36 characters and return the below
///
/// Return:
/// "Linux 6.2.0-1015-azure #15~22."
Expand Down

0 comments on commit e4de8c0

Please sign in to comment.