Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: move inner classes of Environment out for readability #26824

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
fixup! src: move ShouldNotAbortOnUncaughtScope out of Environment
joyeecheung committed Mar 22, 2019

Verified

This commit was signed with the committer’s verified signature.
joyeecheung Joyee Cheung
commit b3ba0852c80160b556cabc368c4d2a6b0bdfbd26
2 changes: 1 addition & 1 deletion src/env.h
Original file line number Diff line number Diff line change
@@ -680,7 +680,7 @@ class TrackingTraceStateObserver :
};

class ShouldNotAbortOnUncaughtScope {
public:
public:
explicit inline ShouldNotAbortOnUncaughtScope(Environment* env);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like forget to format this class ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed

inline void Close();
inline ~ShouldNotAbortOnUncaughtScope();