Skip to content

Commit a0f14dd

Browse files
committed
remove unused fn
1 parent 0075964 commit a0f14dd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

coderd/searchquery/search_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,3 @@ func TestSearchUsers(t *testing.T) {
386386
})
387387
}
388388
}
389-
390-
func must[T any](value T, err error) T {
391-
if err != nil {
392-
panic(err)
393-
}
394-
return value
395-
}

0 commit comments

Comments
 (0)