Skip to content

Commit

Permalink
resolved aditya's questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 21, 2020
1 parent f0c1c9d commit 8e6c3a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class HttpTraceContext : public HTTPTextFormat<T>
}
}

static void GenerateBuffer(nostd::string_view string, int bytes, uint8_t[] & buffer)
static void GenerateBuffer(nostd::string_view string, int bytes, uint8_t[] &buffer)
{
const char *str_id = string.begin();
for (int i = 0; i < bytes; i++)
Expand Down

0 comments on commit 8e6c3a1

Please sign in to comment.