Skip to content

Commit

Permalink
fix indent (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
VineyAT committed Jan 26, 2023
1 parent 49fc89b commit 49f7681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func ExampleCache_GetByFunc() {
cache.LocalCacheType: {TTL: 10 * time.Minute},
},
MarshalFunc: msgpack.Marshal, // msgpack is from "github.com/vmihailenco/msgpack/v5"
UnmarshalFunc: msgpack.Unmarshal,
UnmarshalFunc: msgpack.Unmarshal,
},
})

Expand Down Expand Up @@ -218,7 +218,7 @@ func ExampleService_Create_mGetter() {
return []Object{{Str: "value3", Num: 3}}, nil
},
MarshalFunc: cache.Marshal,
UnmarshalFunc: cache.Unmarshal,
UnmarshalFunc: cache.Unmarshal,
},
})

Expand Down

0 comments on commit 49f7681

Please sign in to comment.