Skip to content

Commit

Permalink
PMM-11714 Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Sep 7, 2023
1 parent b4952dd commit c5516fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/management/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ package management

import (
"context"
"google.golang.org/grpc/metadata"
"testing"

"github.com/google/uuid"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"
"gopkg.in/reform.v1"
"gopkg.in/reform.v1/dialects/postgresql"
Expand Down

0 comments on commit c5516fc

Please sign in to comment.