Skip to content

Commit

Permalink
Eliminate panics
Browse files Browse the repository at this point in the history
  • Loading branch information
nh3000-org authored Jul 21, 2023
1 parent d314f67 commit ee5c3bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/preferences.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func (p *InMemoryPreferences) IntWithFallback(key string, fallback int) int {
return fallback
}
return int(valf)

}

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

0 comments on commit ee5c3bc

Please sign in to comment.