Skip to content

Commit

Permalink
fix(json): missing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Jul 18, 2017
1 parent 9211ab7 commit 3e623c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion json/jsoniter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e623c1

Please sign in to comment.