Skip to content

Commit fd01ad8

Browse files
tidy2
1 parent 7d1a5be commit fd01ad8

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

include/geode/stochastic/spatial/object_sets.hpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,10 @@ namespace geode
7676
[[nodiscard]] index_t nb_objects_in_set( const uuid& set_id ) const;
7777
[[nodiscard]] index_t nb_objects() const;
7878

79-
[[nodiscard]] uuid add_set( std::string_view name );
80-
[[nodiscard]] ObjectId add_object(
81-
Type&& object, const uuid& set_id, bool fixed );
82-
[[nodiscard]] void update_free_object(
83-
const ObjectId& object_id, Type&& object );
84-
[[nodiscard]] void remove_free_object( const ObjectId& object_id );
79+
uuid add_set( std::string_view name );
80+
ObjectId add_object( Type&& object, const uuid& set_id, bool fixed );
81+
void update_free_object( const ObjectId& object_id, Type&& object );
82+
void remove_free_object( const ObjectId& object_id );
8583

8684
[[nodiscard]] std::vector< ObjectId > neighbors( const Type& object,
8785
const std::vector< uuid >& targeted_set_ids,

0 commit comments

Comments
 (0)