Skip to content

Commit

Permalink
Remove redundant return
Browse files Browse the repository at this point in the history
lint/style fix
  • Loading branch information
badboy committed Jan 20, 2020
1 parent 56e1a5e commit 0e74ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class MemoryDistributionMetricType {
guard !self.disabled else { return }

Dispatchers.shared.launchAPI {
return glean_memory_distribution_accumulate(self.handle, sample)
glean_memory_distribution_accumulate(self.handle, sample)
}
}

Expand Down

0 comments on commit 0e74ffd

Please sign in to comment.