mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: modernize-use-using clang-tidy warnings (32-x-y backport) (#44847)
fix: modernize-use-using clang-tidy warnings (#44806)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace asar {
|
||||
|
||||
namespace {
|
||||
|
||||
typedef std::map<base::FilePath, std::shared_ptr<Archive>> ArchiveMap;
|
||||
using ArchiveMap = std::map<base::FilePath, std::shared_ptr<Archive>>;
|
||||
|
||||
const base::FilePath::CharType kAsarExtension[] = FILE_PATH_LITERAL(".asar");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user