Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Jun 22, 2020
1 parent 6d27292 commit 8f49186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl Glean {
event_data_store,
core_metrics: CoreMetrics::new(),
internal_pings: InternalPings::new(),
upload_manager: upload_manager,
upload_manager,
data_path: PathBuf::from(cfg.data_path),
application_id,
ping_registry: HashMap::new(),
Expand Down

0 comments on commit 8f49186

Please sign in to comment.