mirror of
https://github.com/fluffle/goirc
synced 2025-07-01 02:53:53 +00:00
Run gofmt to fix some trailing whitespace &c.
This commit is contained in:
parent
e935d78bb7
commit
1e190eb233
5 changed files with 22 additions and 15 deletions
|
@ -405,12 +405,12 @@ func Test353(t *testing.T) {
|
|||
s.st.EXPECT().ChannelModes("#test1", "+o", "user1"),
|
||||
)
|
||||
for n, m := range map[string]string{
|
||||
"user2": "",
|
||||
"voice": "+v",
|
||||
"user2": "",
|
||||
"voice": "+v",
|
||||
"halfop": "+h",
|
||||
"op": "+o",
|
||||
"admin": "+a",
|
||||
"owner": "+q",
|
||||
"op": "+o",
|
||||
"admin": "+a",
|
||||
"owner": "+q",
|
||||
} {
|
||||
calls := []*gomock.Call{
|
||||
s.st.EXPECT().GetNick(n).Return(nil),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue