Attempt 2 to fix indentation on first line of file listing
This commit is contained in:
parent
7c1c7879da
commit
ccb23fdf3d
1 changed files with 2 additions and 2 deletions
|
@ -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 +=
|
||||
|
|
Loading…
Reference in a new issue