Skip to content

Commit ea62b42

Browse files
committed
Fix gofmt
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
1 parent ba4651d commit ea62b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gitfs/gitfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func (g gitFS) Walk(path string, walkFn filepath.WalkFunc) error {
143143
}
144144

145145
// ReadDir implementation for fs.FileSystem
146-
func (g gitFS) ReadDir(path string) ([]string, error) {
146+
func (g gitFS) ReadDir(path string) ([]string, error) {
147147
return []string{}, errNotSupported("ReadDir")
148148
}
149149

0 commit comments

Comments
 (0)