aboutsummaryrefslogtreecommitdiff
path: root/object/id/algorithm_parse.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-24 08:18:01 +0000
committerGravatar Runxi Yu2026-05-24 08:18:08 +0000
commit3e353aa8ec1de589698f8d6c97e53f58e50fb1a9 (patch)
treef0bd34c5a730606f78307b9e41e070507d4f7bad /object/id/algorithm_parse.go
parentobject{,/blob,/commit}: Fix lints (diff)
signatureNo signature
*: Reformat
Diffstat (limited to 'object/id/algorithm_parse.go')
-rw-r--r--object/id/algorithm_parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/id/algorithm_parse.go b/object/id/algorithm_parse.go
index 271c3e60..7349288f 100644
--- a/object/id/algorithm_parse.go
+++ b/object/id/algorithm_parse.go
@@ -5,4 +5,4 @@ func ParseAlgorithm(s string) (Algorithm, bool) {
algo, ok := algorithmByName[s]
return algo, ok
-} \ No newline at end of file
+}