Skip to content

Commit

Permalink
Fix CI formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenware committed Oct 22, 2023
1 parent 48ae8d6 commit a819b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/pretty_bytes_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ String toLocaleString(double number, String? locale, int? minimumFractionDigits,

String prettyBytes(
double number, {

/// Include plus sign for positive numbers. If the difference is exactly zero a space character will be prepended instead for better alignment.
/// Default: false.
bool? signed,
Expand Down

0 comments on commit a819b73

Please sign in to comment.