Skip to content

Commit 2ac8ea3

Browse files
committed
go fmt
1 parent fec6e86 commit 2ac8ea3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: wav.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
2-
32
Package wav is a package allowing developers to decode and encode audio PCM
43
data using the Waveform Audio File Format https://en.wikipedia.org/wiki/WAV
5-
64
*/
75
package wav
86

@@ -44,4 +42,4 @@ func sampleDuration(sampleRate int) time.Duration {
4442
return 0
4543
}
4644
return time.Second / time.Duration(math.Abs(float64(sampleRate)))
47-
}
45+
}

0 commit comments

Comments
 (0)