From f51ddfac7b8948a43a40894185238c8a1ceeb5c4 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 15 Nov 2024 17:25:12 +0100 Subject: wrap lines at column 95 instead of 80 --- src/crepe/api/Script.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/crepe/api/Script.hpp') diff --git a/src/crepe/api/Script.hpp b/src/crepe/api/Script.hpp index d96c0e8..ce39331 100644 --- a/src/crepe/api/Script.hpp +++ b/src/crepe/api/Script.hpp @@ -9,8 +9,7 @@ namespace crepe { template T & Script::get_component() { - std::vector> all_components - = this->get_components(); + std::vector> all_components = this->get_components(); if (all_components.size() < 1) throw nullptr; // TODO return all_components.back().get(); -- cgit v1.2.3