Skip to content

Commit ae13af0

Browse files
authored
Gofmt formated
1 parent 3718284 commit ae13af0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoStats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ func StandardDeviation(numbers []float64) float64 {
139139
func Sort(numbers []float64) []float64 {
140140
sort.Float64s(numbers)
141141
return numbers
142-
}
142+
}

GoStats_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ func TestStandardDeviation(t *testing.T) {
114114
log.Fatalln("StandardDeviation() didn't give the correct value!")
115115
t.Fail()
116116
}
117-
}
117+
}

0 commit comments

Comments
 (0)