Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Ovechkin committed Feb 15, 2024
1 parent 92cd4f3 commit 9720d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threadlocal/threadlocal.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ func NewThreadLocal[T any](initFunc func() T) ThreadLocal[T] {

func GoId() int64 {
return goid.Get()
}
}

0 comments on commit 9720d63

Please sign in to comment.