Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Kuat Yessenov <[email protected]>
  • Loading branch information
kyessenov committed Aug 30, 2023
1 parent 2734844 commit bbc1c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/formatter/stream_info_formatter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ FilterStateFormatter::format(const StreamInfo::StreamInfo& stream_info) const {
if (!status.ok()) {
// If the message contains an unknown Any (from WASM or Lua), MessageToJsonString will fail.
// TODO(lizan): add support of unknown Any.
return absl::nullopt;
return absl::nullopt;
}

SubstitutionFormatUtils::truncate(value, max_length_);
Expand Down

0 comments on commit bbc1c9c

Please sign in to comment.