Skip to content

Commit 568f9ce

Browse files
authored
chore: remove extra spaces in the comment (#5245)
Signed-off-by: stemlaud <[email protected]>
1 parent dcb3090 commit 568f9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/stores/monc/cachedmodel_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ func createModel(t *testing.T, coll mon.Collection) *Model {
532532
}
533533
}
534534

535-
// mustNewTestModel returns a test Model with the given cache.
535+
// mustNewTestModel returns a test Model with the given cache.
536536
func mustNewTestModel(collection mon.Collection, c cache.CacheConf, opts ...cache.Option) *Model {
537537
return &Model{
538538
Model: &mon.Model{

0 commit comments

Comments
 (0)