Skip to content

Commit 43a358f

Browse files
KixironJoshua Nelson
authored and
Joshua Nelson
committed
Rustfmt
1 parent c458bb9 commit 43a358f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/limits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::error::Result;
22
use postgres::Connection;
33
use serde::Serialize;
4-
use std::{time::Duration};
4+
use std::time::Duration;
55

66
#[derive(Debug, Clone, PartialEq, Eq, Serialize)]
77
pub(crate) struct Limits {

0 commit comments

Comments
 (0)