Skip to content

Commit c97f013

Browse files
author
Lord of Scripts
committed
gofmt
1 parent 6c36a20 commit c97f013

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

memfs/memfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func TestOpen(t *testing.T) {
389389
if err != nil {
390390
t.Errorf("Open: %s", err)
391391
}
392-
if err := f2.Close(); err != nil {
392+
if err := f2.Close(); err != nil {
393393
t.Errorf("Close: %s", err)
394394
}
395395
}

readonly.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package vfs
33
import (
44
"errors"
55
"os"
6-
76
)
87

98
// ReadOnly creates a readonly wrapper around the given filesystem.

0 commit comments

Comments
 (0)