Commit 7dd46529 authored by tqcq's avatar tqcq
Browse files

Merge branch 'master' of code.uocat.com:tqcq/sled

parents fe27f131 6b739ce2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ Base64::Encode(const uint8_t *ptr, size_t len)
    while (write_idx < encoded_length) { result[write_idx++] = '='; }

    // return ss.str();
    return std::move(result);
    return result;
}

StatusOr<std::string>