Skip to content

Commit

Permalink
Execution of ./scripts/fix.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Tabor <ptab@google.com>
  • Loading branch information
ptabor committed Dec 28, 2022
1 parent 9900c2a commit d13096e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/bbolt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"errors"
"flag"
"fmt"
"go.etcd.io/bbolt/internal/guts_cli"
"io"
"math/rand"
"os"
Expand All @@ -20,6 +19,8 @@ import (
"unicode/utf8"
"unsafe"

"go.etcd.io/bbolt/internal/guts_cli"

bolt "go.etcd.io/bbolt"
)

Expand Down
3 changes: 2 additions & 1 deletion cmd/bbolt/page_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import (
"bytes"
"flag"
"fmt"
"go.etcd.io/bbolt/internal/guts_cli"
"io"
"os"
"strings"

"go.etcd.io/bbolt/internal/guts_cli"
)

// PageCommand represents the "page" command execution.
Expand Down
3 changes: 2 additions & 1 deletion internal/surgeon/surgeon.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package surgeon

import (
"fmt"
"go.etcd.io/bbolt/internal/guts_cli"
"os"

"go.etcd.io/bbolt/internal/guts_cli"
)

func CopyPage(path string, srcPage guts_cli.Pgid, target guts_cli.Pgid) error {
Expand Down
1 change: 1 addition & 0 deletions internal/surgeon/xray.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package surgeon
import (
"bytes"
"fmt"

"go.etcd.io/bbolt/internal/guts_cli"
)

Expand Down

0 comments on commit d13096e

Please sign in to comment.