Skip to content

Commit

Permalink
chore: little formating thing
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Oct 15, 2024
1 parent 04fd98d commit 074fcc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2024 Finnegan Dion-Kuhn

use rayon::prelude::*;
use chrono::{Datelike, Local, TimeZone};
use model::PulseData;
use rand::{seq::SliceRandom, thread_rng};
use rayon::prelude::*;
use tba_openapi_rust::{
apis::{configuration::Configuration, event_api},
models::event_ranking_rankings_inner::EventRankingRankingsInner,
Expand Down Expand Up @@ -144,7 +144,7 @@ pub async fn get_pulse_data(
)
};

return PulseData {
PulseData {
teamKey: *team_key,
eventKey: event_key.to_string(),
matchInfo,
Expand All @@ -160,5 +160,5 @@ pub async fn get_pulse_data(
.collect(),
myUpcommingMatches,
nowQueuing: data.nowQueuing,
};
}
}

0 comments on commit 074fcc4

Please sign in to comment.