From efb3ee48fd553444f91ae4bd486425d8261fc4af Mon Sep 17 00:00:00 2001 From: Toki Date: Tue, 24 Jan 2023 19:27:55 +0900 Subject: [PATCH] no message --- lib/utils/path.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/path.dart b/lib/utils/path.dart index 87f24b2..2e1bd53 100644 --- a/lib/utils/path.dart +++ b/lib/utils/path.dart @@ -2,7 +2,7 @@ import 'dart:io'; import 'dart:async'; import 'package:path/path.dart' as path; -enum FileType { none, file file, directory, link } +enum FileType { none, file, directory, link } class Path { static String? getParent(String path) {