Skip to content

Commit

Permalink
Correct the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Sep 6, 2023
1 parent 225d1aa commit bb5a23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8_c_api/src/v8_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class v8_inspector_channel_wrapper final: public v8_inspector::V8Inspector::Chan

private:
v8::Isolate* isolate_;
std::function<void(std::string)> onResponse_;
std::function<void(std::string)> onResponse_;
};


Expand Down

0 comments on commit bb5a23f

Please sign in to comment.