Skip to content

Commit

Permalink
README.md: fixed code alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnestacado committed Jun 18, 2024
1 parent 95278ca commit ea70edf
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 @@ -64,8 +64,8 @@ import (
var (
entry1 = Entry[string, int]{Key: "entry1", Value: 1}
entry2 = Entry[string, int]{Key: "entry2", Value: 2}
entry3 = Entry[string, int]{Key: "entry3", Value: 3}
entry4 = Entry[string, int]{Key: "entry4", Value: 4}
entry3 = Entry[string, int]{Key: "entry3", Value: 3}
entry4 = Entry[string, int]{Key: "entry4", Value: 4}
entry5 = Entry[string, int]{Key: "entry-5", Value: 5}

ttl = 2 * time.Millisecond
Expand Down

0 comments on commit ea70edf

Please sign in to comment.