Skip to content

Commit 5baccea

Browse files
committed
fix missing newline
1 parent d7f7515 commit 5baccea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/batch_adapters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ struct rerun::ComponentBatchAdapter<rerun::Position3D, Eigen::Matrix3Xf> {
3838
memcpy(positions.data(), matrix.data(), matrix.size() * sizeof(rerun::Position3D));
3939
return ComponentBatch<rerun::Position3D>::take_ownership(std::move(positions));
4040
}
41-
};
41+
};

0 commit comments

Comments
 (0)