Skip to content

Commit

Permalink
fix: remove typo in import statement
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Jul 2, 2024
1 parent 5fd8fe1 commit 5c095a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

^use crate::config::{Bind, TlsConfig};
use crate::config::{Bind, TlsConfig};
use crate::{serve_at, Result};
use serde::{Serialize, Serializer};
use std::fmt::Write;
Expand Down

0 comments on commit 5c095a9

Please sign in to comment.