Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Jan 13, 2025
1 parent e1c3bf1 commit f769cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/broadcasts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use std::sync::Arc;
use reqwest::Method;

use crate::types::{
Broadcast, CreateBroadcastOptions, CreateBroadcastResponse,
RemoveBroadcastResponse, SendBroadcastOptions, SendBroadcastResponse,
Broadcast, CreateBroadcastOptions, CreateBroadcastResponse, RemoveBroadcastResponse,
SendBroadcastOptions, SendBroadcastResponse,
};
use crate::{Config, Result};

Expand Down

0 comments on commit f769cb1

Please sign in to comment.