root: macro: utility: namespace refactor into common
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user