Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Jan 29, 2024
1 parent 1e63d34 commit 4d53697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class DeviceInfoPlusWindowsPlugin extends DeviceInfoPlatform {
final buildLabEx = currentVersionKey.getValueAsString('BuildLabEx') ?? '';
final digitalProductIdValue =
currentVersionKey.getValue('DigitalProductId');
final digitalProductId = digitalProductIdValue != null
&& digitalProductIdValue.data is Uint8List
final digitalProductId = digitalProductIdValue != null &&
digitalProductIdValue.data is Uint8List
? digitalProductIdValue.data as Uint8List
: [] as Uint8List;
final displayVersion =
Expand Down

0 comments on commit 4d53697

Please sign in to comment.