mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-10 17:45:41 +03:00
all: sync with master
This commit is contained in:
parent
6318fc424b
commit
667263a3a8
82 changed files with 2356 additions and 1817 deletions
internal/aghalg
|
@ -11,7 +11,7 @@ func TestNewSortedMap(t *testing.T) {
|
|||
var m SortedMap[string, int]
|
||||
|
||||
letters := []string{}
|
||||
for i := 0; i < 10; i++ {
|
||||
for i := range 10 {
|
||||
r := string('a' + rune(i))
|
||||
letters = append(letters, r)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue