Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
SUM Adjust Source Code Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2022
1 parent f4764be commit 6824b9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ const map<wstring, wstring> WCH_MIME_list = {
make_pair(L"image/gif", L".gif"),
make_pair(L"image/jpeg", L".jpg"),
make_pair(L"image/png", L".png"),
make_pair(L"image/tiff", L".tif")
};
make_pair(L"image/tiff", L".tif")};
const map<wstring, function<void()>> WCH_command_support = {
make_pair(L"clock", WCH_check_clock),
make_pair(L"task", WCH_check_task),
Expand Down

0 comments on commit 6824b9e

Please sign in to comment.