diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-03 20:19:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-03 20:19:13 +0100 |
commit | 96c10c78ab6b07d1f5536a98d3ba56e5be9d6fe5 (patch) | |
tree | ea1dcbaff9691b8654267a537644896c2227adcc | |
parent | c113043073dea92c9c705a86064c05364aa6902e (diff) |
Formatting only
-rw-r--r-- | cmd/dbasik-api/return.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/dbasik-api/return.go b/cmd/dbasik-api/return.go index 3320980..b3dc85c 100644 --- a/cmd/dbasik-api/return.go +++ b/cmd/dbasik-api/return.go @@ -3,8 +3,9 @@ package main import ( "archive/zip" "fmt" - "github.com/tealeg/xlsx/v3" "path/filepath" + + "github.com/tealeg/xlsx/v3" ) type FilePreparer interface { |