"vscode:/vscode.git/clone" did not exist on "69a9828f4d075f6a8cfaa2ad915db1f32fc2ff26"
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