Skip to content

Commit c27f5fa

Browse files
committed
Apply clang-format to regulatory_network.h
1 parent 33bf9fe commit c27f5fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/core/behavior/regulatory_network.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ class RegulatoryNetwork : public Behavior {
3434
virtual ~RegulatoryNetwork() = default;
3535

3636
void Run(Agent* agent) override {};
37-
3837
};
39-
}
38+
} // namespace bdm
4039

4140
#endif // USE_BOOST
4241

4342
#endif // CORE_BEHAVIOR_REGULATORY_NETWORK_H_
44-

0 commit comments

Comments
 (0)