From 44637bb1ec02185d1b0efe861aebd353d215fe83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Sep 2024 02:37:47 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- backend/controller/encryption/dal/dal.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/controller/encryption/dal/dal.go b/backend/controller/encryption/dal/dal.go index edad5d3cca..7574b6e048 100644 --- a/backend/controller/encryption/dal/dal.go +++ b/backend/controller/encryption/dal/dal.go @@ -4,11 +4,12 @@ import ( "context" "fmt" + "github.com/alecthomas/types/optional" + "github.com/TBD54566975/ftl/backend/controller/encryption/dal/internal/sql" "github.com/TBD54566975/ftl/backend/libdal" "github.com/TBD54566975/ftl/internal/encryption" "github.com/TBD54566975/ftl/internal/log" - "github.com/alecthomas/types/optional" ) type DAL struct {