Third time trying to get the os_openbsd_arm.go right. (#11786)

* Fix the third dumb thing in this file

* ...
This commit is contained in:
Scott Miller 2021-06-07 17:19:47 -05:00 committed by GitHub
parent eacf7bd1c7
commit b795643146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ import "context"
func diskUsage(ctx context.Context) error { func diskUsage(ctx context.Context) error {
SpotSkipped(ctx, "disk usage", "unsupported on this platform") SpotSkipped(ctx, "disk usage", "unsupported on this platform")
return nil
} }