Skip to content

Commit

Permalink
Run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jul 20, 2024
1 parent 740827f commit 7893555
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/deprecated/counter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build ignore

package examples

import (
Expand Down
1 change: 1 addition & 0 deletions examples/deprecated/rsvkey.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build ignore

package examples

import (
Expand Down
1 change: 1 addition & 0 deletions tests/tid-collision/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build ignore

// This test intends to test "how frequent timestamps collide if without our
// technique to make it unique". Comment out every line in tid.go except L13
// for comparison.
Expand Down

0 comments on commit 7893555

Please sign in to comment.