Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Petkovski <[email protected]>
  • Loading branch information
fpetkovski committed Dec 17, 2024
1 parent 7f114f0 commit 321bd6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/replicate/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"bytes"
"context"
"fmt"
"golang.org/x/sync/errgroup"
"io"
"path"
"sort"

"golang.org/x/sync/errgroup"

"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/oklog/ulid"
Expand Down

0 comments on commit 321bd6a

Please sign in to comment.