From 61abf6db156ecc65fc36381206d0b0e1e0f2e50f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Sat, 14 Sep 2024 02:13:40 +0000
Subject: [PATCH] chore(autofmt): Automated formatting

---
 backend/controller/timeline/dal/dal.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/backend/controller/timeline/dal/dal.go b/backend/controller/timeline/dal/dal.go
index 39d332c77b..3e232c7b08 100644
--- a/backend/controller/timeline/dal/dal.go
+++ b/backend/controller/timeline/dal/dal.go
@@ -8,6 +8,8 @@ import (
 	"strconv"
 	"time"
 
+	"github.com/alecthomas/types/optional"
+
 	"github.com/TBD54566975/ftl/backend/controller/encryption"
 	"github.com/TBD54566975/ftl/backend/controller/sql/sqltypes"
 	"github.com/TBD54566975/ftl/backend/controller/timeline/dal/internal/sql"
@@ -16,7 +18,6 @@ import (
 	ftlencryption "github.com/TBD54566975/ftl/internal/encryption"
 	"github.com/TBD54566975/ftl/internal/log"
 	"github.com/TBD54566975/ftl/internal/model"
-	"github.com/alecthomas/types/optional"
 )
 
 type DAL struct {