Skip to content

Commit

Permalink
ran go fmt on mmap_solaris.go #4787
Browse files Browse the repository at this point in the history
  • Loading branch information
Fazal Majid authored and otoolep committed Dec 8, 2015
1 parent b81ab04 commit 46db93f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsdb/engine/tsm1/mmap_solaris.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"golang.org/x/sys/unix"
)


func mmap(f *os.File, offset int64, length int) ([]byte, error) {
mmap, err := unix.Mmap(int(f.Fd()), 0, length, syscall.PROT_READ, syscall.MAP_SHARED)
if err != nil {
Expand Down

0 comments on commit 46db93f

Please sign in to comment.