mirror of https://github.com/dmarkham/enumer.git
remove white line
This commit is contained in:
parent
c5796a6202
commit
13c6b5bfe2
|
@ -62,7 +62,6 @@
|
||||||
// This is a patched versin of the original stringer. The original generates source code
|
// This is a patched versin of the original stringer. The original generates source code
|
||||||
// using '_' (underscore) as part of generated golang identifiers. This creates a number of
|
// using '_' (underscore) as part of generated golang identifiers. This creates a number of
|
||||||
// golint warnings. The patched version simply leaves the '_' out
|
// golint warnings. The patched version simply leaves the '_' out
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue