From 34d47f9e0cf66904432a3c774707b4773273ef4f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 4 Mar 2026 08:25:05 +0800 Subject: *: gofumpt --- objectid/objectid.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'objectid') diff --git a/objectid/objectid.go b/objectid/objectid.go index 2c085abf..7ce011f3 100644 --- a/objectid/objectid.go +++ b/objectid/objectid.go @@ -64,8 +64,10 @@ var algorithmTable = [...]algorithmDetails{ }, } -var algorithmByName = map[string]Algorithm{} -var supportedAlgorithms []Algorithm +var ( + algorithmByName = map[string]Algorithm{} + supportedAlgorithms []Algorithm +) func init() { for algo := Algorithm(0); int(algo) < len(algorithmTable); algo++ { -- cgit v1.3.1-10-gc9f91