fix: modernize-use-using clang-tidy warnings (#44835)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
a30cf5b551
commit
d8a7c57506
4 changed files with 48 additions and 52 deletions
|
@ -25,7 +25,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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue