diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-21 22:54:56 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-21 22:54:56 -0700 |
| commit | 7807f6641a79113c52e41bf6c7b51879e41fd78a (patch) | |
| tree | 24efce9c7875d316ab7753b84cec1f6d95ce1906 /weed | |
| parent | c4e862e90852de651aa0c6e7cbe16789be9d5d28 (diff) | |
| download | seaweedfs-7807f6641a79113c52e41bf6c7b51879e41fd78a.tar.xz seaweedfs-7807f6641a79113c52e41bf6c7b51879e41fd78a.zip | |
minor
Diffstat (limited to 'weed')
| -rw-r--r-- | weed/mount/page_writer/chunk_interval_list.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/weed/mount/page_writer/chunk_interval_list.go b/weed/mount/page_writer/chunk_interval_list.go index e6dc5d1f5..a9d64c8e4 100644 --- a/weed/mount/page_writer/chunk_interval_list.go +++ b/weed/mount/page_writer/chunk_interval_list.go @@ -1,6 +1,8 @@ package page_writer -import "math" +import ( + "math" +) // ChunkWrittenInterval mark one written interval within one page chunk type ChunkWrittenInterval struct { |
