From 25229d6b035d126250258ba7ec2c21f6843e1112 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Fri, 22 Aug 2025 12:49:12 -0700 Subject: [PATCH] cargo fmt --- socktop_agent/src/tls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socktop_agent/src/tls.rs b/socktop_agent/src/tls.rs index 16cfa16..666c07a 100644 --- a/socktop_agent/src/tls.rs +++ b/socktop_agent/src/tls.rs @@ -1,11 +1,11 @@ use rcgen::{CertificateParams, DistinguishedName, DnType, IsCa, SanType}; -use time::{Duration, OffsetDateTime}; use std::{ fs, io::Write, net::{IpAddr, Ipv4Addr}, path::{Path, PathBuf}, }; +use time::{Duration, OffsetDateTime}; fn config_dir() -> PathBuf { std::env::var_os("XDG_CONFIG_HOME")