Loading android/arch.go +1 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ import ( "fmt" "reflect" "runtime" "strconv" "strings" "github.com/google/blueprint" Loading Loading @@ -175,7 +174,7 @@ func ArchTypeList() []ArchType { // MarshalText allows an ArchType to be serialized through any encoder that supports // encoding.TextMarshaler. func (a ArchType) MarshalText() ([]byte, error) { return []byte(strconv.Quote(a.String())), nil return []byte(a.String()), nil } var _ encoding.TextMarshaler = ArchType{} Loading Loading
android/arch.go +1 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ import ( "fmt" "reflect" "runtime" "strconv" "strings" "github.com/google/blueprint" Loading Loading @@ -175,7 +174,7 @@ func ArchTypeList() []ArchType { // MarshalText allows an ArchType to be serialized through any encoder that supports // encoding.TextMarshaler. func (a ArchType) MarshalText() ([]byte, error) { return []byte(strconv.Quote(a.String())), nil return []byte(a.String()), nil } var _ encoding.TextMarshaler = ArchType{} Loading