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';
|
import 'package:libac_dart/utils/IOTools.dart';
|
||||||
|
|
||||||
Future<int> main(List<String> args) async {
|
Future<int> main(List<String> args) async {
|
||||||
String VERSION = "1.0.082424.0753";
|
String VERSION = "1.0.082424.0758";
|
||||||
bool verbose = false;
|
bool verbose = false;
|
||||||
String HEADER =
|
String HEADER =
|
||||||
"Make File System Report\nVersion: $VERSION\nUsing LibAC Version: ${Constants.VERSION}\nAuthor: Tara Piccari\n\n";
|
"Make File System Report\nVersion: $VERSION\nUsing LibAC Version: ${Constants.VERSION}\nAuthor: Tara Piccari\n\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue