Skip to content

Commit 9f60573

Browse files
committed
fix: apply proper formatting
1 parent d97329c commit 9f60573

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

sentry/src/event_aggregator.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ pub fn new_aggr(channel_id: &ChannelId) -> EventAggregate {
3131
}
3232
}
3333

34-
async fn store(
35-
db: &DbPool,
36-
channel_id: &ChannelId,
37-
logger: &Logger,
38-
aggr: Aggregate,
39-
) {
34+
async fn store(db: &DbPool, channel_id: &ChannelId, logger: &Logger, aggr: Aggregate) {
4035
let mut recorder = aggr.write().await;
4136
let ev_aggr: Option<&EventAggregate> = recorder.get(channel_id);
4237
if let Some(data) = ev_aggr {

0 commit comments

Comments
 (0)