root: macro: utility: namespace refactor into common

This commit is contained in:
2024-07-20 22:00:48 -07:00
parent 8eda51c6bc
commit a0091423d1
5 changed files with 18 additions and 23 deletions

View File

@@ -343,8 +343,8 @@ class Random final
Random::fun_facts(c2, data);
});
namespace utility = ::docker_finance::macro::internal::utility;
const std::string timestamp{utility::make_timestamp()};
namespace common = ::docker_finance::macro::common;
const std::string timestamp{common::make_timestamp()};
data.title = "Botan_RNG_" + timestamp;
random(