Skip to content

Commit

Permalink
refactor: remove unnecessary blank lines in folder adapter files
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot committed Nov 24, 2024
1 parent 0874168 commit e502a35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion adapters/folder/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/simulot/immich-go/internal/filenames"
"github.com/simulot/immich-go/internal/filetypes"
"github.com/simulot/immich-go/internal/filters"

"github.com/simulot/immich-go/internal/namematcher"
"github.com/spf13/cobra"
)
Expand Down
1 change: 0 additions & 1 deletion adapters/folder/readFolder.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func NewLocalFiles(ctx context.Context, l *fileevent.Recorder, flags *ImportFold
if err != nil {
return nil, err
}

}

if flags.ManageEpsonFastFoto {
Expand Down
1 change: 0 additions & 1 deletion adapters/folder/readFolderWithFIles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
"github.com/simulot/immich-go/internal/fileevent"
"github.com/simulot/immich-go/internal/filetypes"
"github.com/simulot/immich-go/internal/filters"

"github.com/simulot/immich-go/internal/tzone"
)

Expand Down

0 comments on commit e502a35

Please sign in to comment.