Skip to content

Commit

Permalink
remove a space for better rendering on godoc (hypermodeinc#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
atetubou authored May 20, 2021
1 parent 3b21040 commit 59c069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func (opt Options) WithBaseTableSize(val int64) Options {
//
// LevelSizeMultiplier sets the ratio between the maximum sizes of contiguous levels in the LSM.
// Once a level grows to be larger than this ratio allowed, the compaction process will be
// triggered.
// triggered.
//
// The default value of LevelSizeMultiplier is 10.
func (opt Options) WithLevelSizeMultiplier(val int) Options {
Expand Down

0 comments on commit 59c069f

Please sign in to comment.