format code

This commit is contained in:
arm64v8a
2023-05-06 18:00:48 +09:00
parent f53d0aba47
commit 289b67b67b
4 changed files with 5 additions and 6 deletions

View File

@@ -15,8 +15,8 @@ namespace NekoRay {
struct GroupSortAction {
GroupSortMethod::GroupSortMethod method = GroupSortMethod::Raw;
bool save_sort = false; //保存到文件
bool descending = false; //默认升序,开这个就是降序
bool save_sort = false; // 保存到文件
bool descending = false; // 默认升序,开这个就是降序
bool scroll_to_started = false;
};
} // namespace NekoRay