refactor!: dont add unnecessary empty lines
This commit is contained in:
parent
02cc77e81c
commit
5b233d877c
6 changed files with 14 additions and 5 deletions
1
spec/fixtures/impl/closer_output.go
vendored
1
spec/fixtures/impl/closer_output.go
vendored
|
|
@ -5,4 +5,3 @@ type CloserTest2 struct{}
|
|||
func (closertest *CloserTest2) Close() error {
|
||||
panic("not implemented") // TODO: Implement
|
||||
}
|
||||
|
||||
|
|
|
|||
1
spec/fixtures/impl/reader_output.go
vendored
1
spec/fixtures/impl/reader_output.go
vendored
|
|
@ -4,5 +4,4 @@ func (r Read2) Read(p []byte) (n int, err error) {
|
|||
panic("not implemented") // TODO: Implement
|
||||
}
|
||||
|
||||
|
||||
type Read2 struct{}
|
||||
|
|
|
|||
1
spec/fixtures/impl/writer_output.go
vendored
1
spec/fixtures/impl/writer_output.go
vendored
|
|
@ -5,4 +5,3 @@ type WriterTest2 struct{}
|
|||
func (w *WriterTest2) Write(p []byte) (n int, err error) {
|
||||
panic("not implemented") // TODO: Implement
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue