Skip to content

Commit

Permalink
chore: gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Dec 17, 2024
1 parent 7228a54 commit 394698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diode-server/reconciler/ingestion_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package reconciler_test

import (
"context"
"github.com/stretchr/testify/mock"
"log/slog"
"os"
"testing"
Expand All @@ -11,6 +10,7 @@ import (
"github.com/alicebob/miniredis/v2"
"github.com/redis/go-redis/v9"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/proto"

Expand Down

0 comments on commit 394698b

Please sign in to comment.