1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00

LibJS: Run clang-format on WithScope.h

This commit is contained in:
Andreas Kling 2020-11-28 17:36:38 +01:00
parent 1fad95fec5
commit 42b1b36eb4

View file

@ -38,7 +38,7 @@ public:
virtual Optional<Variable> get_from_scope(const FlyString&) const override;
virtual void put_to_scope(const FlyString&, Variable) override;
virtual bool has_this_binding() const override;
virtual bool has_this_binding() const override;
virtual Value get_this_binding(GlobalObject&) const override;
private: