Skip to content

Commit d22ee9d

Browse files
committed
ugh
1 parent 3918f51 commit d22ee9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toml_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func TestSize(t *testing.T) {
138138
return nil
139139
}
140140

141-
t.Logf("%s: %fK", path, inf.Size()/1024)
141+
t.Logf("%s: %fK", path, float64(inf.Size()/1024))
142142

143143
if inf.Size() > 1024 {
144144
t.Errorf("larger than 1K: %s (%fK)", path, float64(inf.Size())/1024)

0 commit comments

Comments
 (0)