From 0d9d841a2f6521859a86ba3cc99f3dcfd600e951 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:43:49 +0000 Subject: [PATCH] fix: apply gofumpt formatting to cmd/dataset.go --- cmd/dataset.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/dataset.go b/cmd/dataset.go index b08b8cf..f8c9cf7 100644 --- a/cmd/dataset.go +++ b/cmd/dataset.go @@ -53,8 +53,8 @@ type DatasetStatsData struct { } type DatasetListItem struct { - Name string - Type string + Name string + Type string LastIngested time.Time }