Skip to content

Commit

Permalink
format code (zeromicro#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Dec 25, 2020
1 parent 08433d7 commit ba4bac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Unignore all with extensions
!*.*
!**/Dockerfile
!**/Makefile

# Unignore all dirs
!*/
Expand All @@ -12,7 +13,6 @@
.idea
**/.DS_Store
**/logs
!Makefile

# gitlab ci
.cache
Expand Down
2 changes: 1 addition & 1 deletion core/conf/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestConfigJson(t *testing.T) {
var val struct {
A string `json:"a"`
B int `json:"b"`
C string `json:"c"`
C string `json:"c"`
}
MustLoad(tmpfile, &val)
assert.Equal(t, "foo", val.A)
Expand Down

0 comments on commit ba4bac3

Please sign in to comment.