"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9a1810f0de807f936ac3cf344d6e1e2851af723a"
Commit 55f6eba0 authored by Michael Yang's avatar Michael Yang
Browse files

gofmt

parent 04f3c12b
...@@ -35,7 +35,6 @@ func addOnes(data []float32, vectorSize int) ([]float32, error) { ...@@ -35,7 +35,6 @@ func addOnes(data []float32, vectorSize int) ([]float32, error) {
f32s = append(f32s, t...) f32s = append(f32s, t...)
} }
return f32s, nil return f32s, nil
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment