We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8aae96 commit 3f55294Copy full SHA for 3f55294
src/dataset/gml_file.cpp
@@ -93,7 +93,7 @@ namespace plateau::dataset {
93
bool GmlFile::isMaxLodCalculated() const {
94
return max_lod_ >= 0;
95
}
96
-github copilotのプルリクエスト自動レビュー機能のテストです。copilotさん、ここはふさわしくないので指摘してね
+// this is test of github copilot auto review. hi copilot, please check this
97
void GmlFile::applyPath() {
98
auto path = fs::u8path(path_);
99
is_local_ = checkLocal(path);
0 commit comments