mirror of
https://github.com/fluffle/goirc
synced 2025-07-01 02:53:53 +00:00
Run gofmt to keep people happy!
This commit is contained in:
parent
90556d7c97
commit
47162eb0b8
5 changed files with 16 additions and 9 deletions
|
@ -144,7 +144,9 @@ func (nk *Nick) Equals(other *Nick) bool {
|
|||
|
||||
// Duplicates a NickMode struct.
|
||||
func (nm *NickMode) Copy() *NickMode {
|
||||
if nm == nil { return nil }
|
||||
if nm == nil {
|
||||
return nil
|
||||
}
|
||||
n := *nm
|
||||
return &n
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue