diff options
Diffstat (limited to 'src/bootstrap.hpp')
-rw-r--r-- | src/bootstrap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.hpp b/src/bootstrap.hpp index 2c4fd1d..5e559c5 100644 --- a/src/bootstrap.hpp +++ b/src/bootstrap.hpp @@ -2,4 +2,4 @@ #include "DI/container.hpp" -Container bootstrap() noexcept; +auto bootstrap() noexcept -> Container; |