Fix formatting

This commit is contained in:
Michael Lumish 2023-07-25 10:11:45 -07:00
parent e83ce3b6fd
commit e43fa71619
1 changed files with 5 additions and 1 deletions

View File

@ -160,7 +160,11 @@ class Http2Transport implements Transport {
if (options['grpc.enable_channelz'] === 0) {
this.channelzEnabled = false;
}
this.channelzRef = registerChannelzSocket(this.subchannelAddressString, () => this.getChannelzInfo(), this.channelzEnabled);
this.channelzRef = registerChannelzSocket(
this.subchannelAddressString,
() => this.getChannelzInfo(),
this.channelzEnabled
);
// Build user-agent string.
this.userAgent = [
options['grpc.primary_user_agent'],