Skip to content

Commit 7388106

Browse files
committed
:nailcare:styling:nailcare:
1 parent 58eb053 commit 7388106

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/interactive.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ Future<void> nothingFoundMessage() async {
5858
print("I couldn't find any D: reasons for this may be:");
5959
if (indeed) {
6060
print(
61-
"- you've already ran gpth and it moved all photos to output -\n"
62-
" delete the input folder and re-extract the zip",
61+
" - you've already ran gpth and it moved all photos to output -\n"
62+
" delete the input folder and re-extract the zip",
6363
);
6464
}
6565
print(
66-
"- your Takeout doesn't have any 'year folders' -\n"
67-
" visit https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper\n"
68-
" again and request new, correct Takeout",
66+
" - your Takeout doesn't have any \"year folders\" -\n"
67+
" visit https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper\n"
68+
" again and request new, correct Takeout",
6969
);
7070
print('After fixing this, go ahead and try again :)');
7171
}

0 commit comments

Comments
 (0)