Skip to content

Commit 0fc44ed

Browse files
committed
internal/xcoff: remove blank lines after final return statements
For NewArchive, Archive'GetFile.
1 parent 1fd3cc7 commit 0fc44ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/internal/xcoff/ar.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ func NewArchive(r io.ReaderAt) (*Archive, error) {
211211
}
212212

213213
return arch, nil
214-
215214
}
216215

217216
// GetFile returns the XCOFF file defined by member name.
@@ -224,5 +223,4 @@ func (arch *Archive) GetFile(name string) (*File, error) {
224223
}
225224
}
226225
return nil, fmt.Errorf("unknown member %s in archive", name)
227-
228226
}

0 commit comments

Comments
 (0)