Skip to content

Commit

Permalink
fix: gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jan 1, 2025
1 parent c877a3f commit 41c1001
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion benchmarks/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func BenchmarkConstructEmpty(b *testing.B) {
_, _ = strumbra.New("")
}
})

}

func BenchmarkConstructNonEmpty(b *testing.B) {
Expand Down
1 change: 0 additions & 1 deletion strumbra.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func (us *UmbraString) Equals(other UmbraString) bool {
}

return bytes.Equal(us.suffix(), other.suffix())

}

func (us *UmbraString) Compare(other UmbraString) int {
Expand Down

0 comments on commit 41c1001

Please sign in to comment.