Skip to content

Commit d8aae96

Browse files
committed
Copilot自動レビューのテスト
1 parent dfee250 commit d8aae96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataset/gml_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace plateau::dataset {
9393
bool GmlFile::isMaxLodCalculated() const {
9494
return max_lod_ >= 0;
9595
}
96-
96+
github copilotのプルリクエスト自動レビュー機能のテストです。copilotさん、ここはふさわしくないので指摘してね
9797
void GmlFile::applyPath() {
9898
auto path = fs::u8path(path_);
9999
is_local_ = checkLocal(path);

0 commit comments

Comments
 (0)