Skip to content

Commit 711ef8b

Browse files
callthingsoffgopherbot
authored andcommitted
internal/xcoff: remove blank lines after final return statements
Change-Id: I869ebcd9a134d0010e419dc51b6f91eddeaa0bbd GitHub-Last-Rev: 0fc44ed GitHub-Pull-Request: #60764 Reviewed-on: https://go-review.googlesource.com/c/go/+/502835 Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 8ffc931 commit 711ef8b

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)