Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Sep 10, 2024
1 parent d1c7ae4 commit a790ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func defaultNextCap(currentCap int) int {
}

type elt[T any] struct {
value T // must be the first field to avoid offset calculations
value T // must be the first field to avoid offset calculations
nextFree *elt[T]
}

Expand Down

0 comments on commit a790ea8

Please sign in to comment.