From 7e8ec36474647cd100d79ac3a6fd4ebcc8d6d57e Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 16 Mar 2024 13:59:06 -0700 Subject: [PATCH] Better padding --- src-tauri/src/analytics.rs | 2 +- src-web/components/EnvironmentEditDialog.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/analytics.rs b/src-tauri/src/analytics.rs index f44504ef..d7c67d68 100644 --- a/src-tauri/src/analytics.rs +++ b/src-tauri/src/analytics.rs @@ -1,6 +1,6 @@ use std::fmt::Display; -use log::{debug, warn}; +use log::{warn}; use serde::{Deserialize, Serialize}; use serde_json::json; use sqlx::types::JsonValue; diff --git a/src-web/components/EnvironmentEditDialog.tsx b/src-web/components/EnvironmentEditDialog.tsx index e8f0c782..208cebbe 100644 --- a/src-web/components/EnvironmentEditDialog.tsx +++ b/src-web/components/EnvironmentEditDialog.tsx @@ -186,6 +186,7 @@ const EnvironmentEditor = function ({