fix(json): missing space.

This commit is contained in:
Bo-Yi Wu 2017-07-18 22:23:26 +08:00
parent 9211ab7377
commit 3e623c1d45
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
//+build !jsoniter
// +build !jsoniter
package json

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
//+build jsoniter
// +build jsoniter
package json