Commit ec07452d authored by Ming Deng's avatar Ming Deng

Format code

parent 4de0de82
......@@ -30,4 +30,4 @@ func CompareFloat32(expected float32, actual float32, delta float32) bool {
return expected-actual <= delta
}
return actual-expected <= delta
}
\ No newline at end of file
}
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