From 44d6620b32f31c04663c9e08a1c3954273230ee8 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 25 Nov 2025 20:52:35 -0500 Subject: Tidy the code --- internal/context/environment.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/context/environment.go') diff --git a/internal/context/environment.go b/internal/context/environment.go index 35cb9d8..3e680cf 100644 --- a/internal/context/environment.go +++ b/internal/context/environment.go @@ -1,9 +1,9 @@ package context type DbCredentials struct { - Name string - Host string - Port uint64 + Name string + Host string + Port uint64 Username string Password string } -- cgit v1.2.3