Skip to content

Commit c452b39

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 8c80bab commit c452b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile bindings/python/requirements.in
5+
# pip-compile --pre bindings/python/requirements.in
66
#
77
opengeode-core==15.*,>=15.4.1
88
# via -r bindings/python/requirements.in

include/geode/inspector/criterion/internal/component_meshes_degeneration.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace geode
5555
protected:
5656
explicit ComponentMeshesDegeneration( const Model& model );
5757

58-
[[nodiscard]] const Model& model() const;
58+
[[nodiscard]] const Model& model() const;
5959

6060
private:
6161
const Model& model_;

0 commit comments

Comments
 (0)