Skip to content

Commit

Permalink
style: sort import for file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed May 30, 2024
1 parent 5618c4d commit 6d644a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/entity/file_normal.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
package entity

import (
"github.com/Zxilly/go-size-analyzer/internal/utils"
"github.com/go-json-experiment/json"
"github.com/go-json-experiment/json/jsontext"

"github.com/Zxilly/go-size-analyzer/internal/utils"
)

var FileMarshalerCompact = json.MarshalFuncV2[File](func(encoder *jsontext.Encoder, file File, options json.Options) error {
Expand Down

0 comments on commit 6d644a5

Please sign in to comment.