Skip to content

Commit

Permalink
go fmt-ed code
Browse files Browse the repository at this point in the history
  • Loading branch information
serejkus committed Nov 1, 2023
1 parent 537af4f commit de247c2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions hook_debug.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build hashring_debug
// +build hashring_debug

package hashring
Expand Down
7 changes: 7 additions & 0 deletions hook_gtrace.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions hook_gtrace_stub.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions hook_nodebug.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !hashring_debug
// +build !hashring_debug

package hashring
Expand Down

0 comments on commit de247c2

Please sign in to comment.