0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-02 12:49:57 -05:00

Format binding.cc (#213)

This commit is contained in:
Bert Belder 2020-01-17 03:55:42 +01:00
parent b09df9b552
commit 1a65b6cf6b
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -1258,8 +1258,7 @@ void v8_inspector__V8InspectorSession__DELETE(
}
void v8_inspector__V8InspectorSession__dispatchProtocolMessage(
v8_inspector::V8InspectorSession& self,
v8_inspector::StringView& message) {
v8_inspector::V8InspectorSession& self, v8_inspector::StringView& message) {
self.dispatchProtocolMessage(message);
}