Skip to content

Commit ee5c3bc

Browse files
authored
Eliminate panics
1 parent d314f67 commit ee5c3bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/preferences.go

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ func (p *InMemoryPreferences) IntWithFallback(key string, fallback int) int {
158158
return fallback
159159
}
160160
return int(valf)
161-
162161
}
163162

164163
// ReadValues provides read access to the underlying value map - for internal use only...

0 commit comments

Comments
 (0)