1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-06 21:52:28 +08:00

doc: format code in markdown file

This commit is contained in:
dudaodong
2022-07-20 15:13:44 +08:00
parent cece13e929
commit aad5b447c9
12 changed files with 216 additions and 216 deletions

View File

@@ -584,8 +584,8 @@ import (
func main() {
cache := algorithm.NewLRUCache[int, int](2)
cache.Put(1, 1)
cache.Put(2, 2)
cache.Put(1, 1)
cache.Put(2, 2)
_, ok := cache.Get(0) // ok -> false