Skip to content

Commit

Permalink
fuck-up: you forgot to save a file
Browse files Browse the repository at this point in the history
  • Loading branch information
resucutie committed May 20, 2024
1 parent df26ab9 commit 20b3bb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/utils/misc.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import 'dart:math' as m;

import 'package:flutter/material.dart';
import 'package:material_color_utilities/palettes/core_palette.dart';

String formatSize(int bytes) {
const suffixes = ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"];
var i = (m.log(bytes) / m.log(1000)).floor();
Expand Down

0 comments on commit 20b3bb4

Please sign in to comment.