Attempt 2 to fix indentation on first line of file listing

This commit is contained in:
zontreck 2024-08-24 07:58:31 -07:00
parent 7c1c7879da
commit ccb23fdf3d

View file

@ -16,7 +16,7 @@ import 'package:libac_dart/consts.dart';
import 'package:libac_dart/utils/IOTools.dart';
Future<int> main(List<String> args) async {
String VERSION = "1.0.082424.0753";
String VERSION = "1.0.082424.0758";
bool verbose = false;
String HEADER =
"Make File System Report\nVersion: $VERSION\nUsing LibAC Version: ${Constants.VERSION}\nAuthor: Tara Piccari\n\n";
@ -155,7 +155,7 @@ Future<String> generateTextReport(FileInformationCache FIC,
Aria's Creations is a alias for online-only works. Aria is an anagram derived from my name. piccARI, tarA. You place my last name first, take the last 3, skip the first 3 in my first name and take the remaining character(s) and you have my alias.
This utility analyzed the specified folder path to generate a detailed report of directory and file sizes as seen below.\n
''';
''';
for (var entry in (await FIC.getOrderedList(ascending: ascending))) {
header +=