formatting fix

This commit is contained in:
Josh Slocum 2022-05-24 19:42:27 -05:00
parent fd7b662767
commit 5621fcff40
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ public:
setAddressList(addressList); // force the recaching of the string.
}
Standalone<StringRef> getLocalAddressAsString() const { return cachedStr; }
operator NetworkAddressList const& () { return addressList; }
operator NetworkAddressList const&() { return addressList; }
private:
NetworkAddressList addressList;