From c315c0ecf6014445acb5c1748cb3b669e23fa071 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 3 Jan 2024 11:43:40 -0500 Subject: [PATCH] Update cas.go --- store/cas.go | 1 - 1 file changed, 1 deletion(-) diff --git a/store/cas.go b/store/cas.go index 43134a56..60ee768a 100644 --- a/store/cas.go +++ b/store/cas.go @@ -34,4 +34,3 @@ func (c *CheckAndSet) Begin() error { func (c *CheckAndSet) End() { c.state.Store(0) } -