Skip to content

Commit 23c5e6a

Browse files
dhufedjmitche
authored andcommitted
Remove unnecessary newline in config.rs to make clippy happy ;).
1 parent a559ca6 commit 23c5e6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use uuid::Uuid;
2424
///
2525
/// Proxy configuration is read from environment variables (HTTP_PROXY, HTTPS_PROXY,
2626
/// and lowercase variants) and applied automatically during client creation.
27-
2827
#[non_exhaustive]
2928
pub enum ServerConfig {
3029
/// A local task database, for situations with a single replica.

0 commit comments

Comments
 (0)