chore: run clang-format to clear linter for #14977 (#14990)

This commit is contained in:
Charles Kerr 2018-10-05 10:38:27 -05:00 committed by GitHub
parent 8abe43ac8b
commit 859567983a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 32 additions and 29 deletions

View file

@ -26,8 +26,8 @@ class Arguments;
class StreamSubscriber {
public:
StreamSubscriber(v8::Isolate* isolate,
v8::Local<v8::Object> emitter,
base::WeakPtr<atom::URLRequestStreamJob> url_job);
v8::Local<v8::Object> emitter,
base::WeakPtr<atom::URLRequestStreamJob> url_job);
~StreamSubscriber();
private: