Skip to content

Commit 8d49dca

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 2a6f320 commit 8d49dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/expression/function/aggregation/std_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
func isFloatEqual(a, b float64) bool {
28-
return math.Abs(a - b) < 1e-9
28+
return math.Abs(a-b) < 1e-9
2929
}
3030

3131
func TestStd(t *testing.T) {

0 commit comments

Comments
 (0)