Indentation
This commit is contained in:
parent
79ca881bc1
commit
f1d6ac789e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace dhandy {
|
||||||
template <typename F>
|
template <typename F>
|
||||||
struct IntConv<std::enable_if_t<std::is_integral_v<F>, std::string>, F> {
|
struct IntConv<std::enable_if_t<std::is_integral_v<F>, std::string>, F> {
|
||||||
static std::string conv (const F& in) {
|
static std::string conv (const F& in) {
|
||||||
auto retval = dhandy::int_to_ary(in);
|
auto retval = dhandy::int_to_ary(in);
|
||||||
return std::string(retval.begin(), retval.end() - 1);
|
return std::string(retval.begin(), retval.end() - 1);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue