From a2c719948ff8af9abe267c4d1c9b16cd1e2fb317 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 17 Oct 2024 17:15:53 +0200 Subject: `make format` --- src/crepe/api/BehaviorScript.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crepe/api/BehaviorScript.hpp') diff --git a/src/crepe/api/BehaviorScript.hpp b/src/crepe/api/BehaviorScript.hpp index 9a1f427..a6bd81c 100644 --- a/src/crepe/api/BehaviorScript.hpp +++ b/src/crepe/api/BehaviorScript.hpp @@ -7,7 +7,7 @@ namespace crepe::api { -template +template BehaviorScript & BehaviorScript::set_script() { static_assert(std::is_base_of::value); dbg_trace(); @@ -16,4 +16,4 @@ BehaviorScript & BehaviorScript::set_script() { return *this; } -} +} // namespace crepe::api -- cgit v1.2.3