Skip to content

Commit

Permalink
Remove some more auto-format changes
Browse files Browse the repository at this point in the history
Undid some more autoformatting changes after disabling the autoformatter.
Now my change should only contain the meaningful changes.
  • Loading branch information
marcinromaszewicz committed Apr 25, 2024
1 parent fc44122 commit d2d4f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion admin_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"time"

log "github.com/sirupsen/logrus"

"github.com/tsuna/gohbase/hrpc"
"github.com/tsuna/gohbase/pb"
"github.com/tsuna/gohbase/region"
Expand Down
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ import (

gzk "github.com/go-zookeeper/zk"
log "github.com/sirupsen/logrus"
"google.golang.org/protobuf/proto"
"modernc.org/b/v2"

"github.com/tsuna/gohbase/compression"
"github.com/tsuna/gohbase/hrpc"
"github.com/tsuna/gohbase/pb"
"github.com/tsuna/gohbase/region"
"github.com/tsuna/gohbase/zk"
"google.golang.org/protobuf/proto"
"modernc.org/b/v2"
)

const (
Expand Down

0 comments on commit d2d4f4d

Please sign in to comment.