mirror of
https://github.com/fluffle/goirc
synced 2025-05-14 03:23:21 +00:00
Turns out gofmt isn't big on spaces sometimes.
This commit is contained in:
parent
de66051d07
commit
3e1b2c0f81
3 changed files with 8 additions and 8 deletions
|
@ -131,7 +131,7 @@ func TestJOIN(t *testing.T) {
|
|||
// verifying their expected side-effects instead. Fixing this requires
|
||||
// significant effort to move Conn to being a mockable interface type
|
||||
// instead of a concrete struct. I'm not sure how feasible this is :-/
|
||||
//
|
||||
//
|
||||
// Soon, we'll find out :-)
|
||||
|
||||
m, c := setUp(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue