Appease the linting gods

This commit is contained in:
Samuel Attard 2017-09-16 05:36:06 +10:00 committed by Cheng Zhao
parent 0ab83b301d
commit 4147fa4629

View file

@ -411,8 +411,7 @@ bool NotificationCallbackWrapper(
content::BrowserThread::PostTask(
content::BrowserThread::UI,
FROM_HERE,
base::Bind(base::IgnoreResult(callback), cmd, cwd)
);
base::Bind(base::IgnoreResult(callback), cmd, cwd));
} else {
scoped_refptr<base::SingleThreadTaskRunner> task_runner(
base::ThreadTaskRunnerHandle::Get());