Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacWalk committed Aug 2, 2018
1 parent 69751cf commit 050e71a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atom/browser/api/atom_api_content_tracing.cc
Expand Up @@ -28,8 +28,7 @@ struct Converter<base::trace_event::TraceConfig> {
if (ConvertFromV8(isolate, val, &options)) {
std::string category_filter, trace_options;
if (options.Get("categoryFilter", &category_filter) ||
options.Get("traceOptions", &trace_options))
{
options.Get("traceOptions", &trace_options)) {
*out = base::trace_event::TraceConfig(category_filter, trace_options);
return true;
}
Expand Down

0 comments on commit 050e71a

Please sign in to comment.