mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 07:12:27 +00:00
lib/config: Remove unnecessary use of fmt.Sprintf
(#8458)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
parent
0bdd0d595b
commit
7e26f74f38
@ -69,7 +69,7 @@ func deduplicateObservedFoldersToMap(input []ObservedFolder) map[string]Observed
|
||||
|
||||
func (cfg *DeviceConfiguration) Description() string {
|
||||
if cfg.Name == "" {
|
||||
return fmt.Sprintf("%s", cfg.DeviceID.Short())
|
||||
return cfg.DeviceID.Short().String()
|
||||
}
|
||||
return fmt.Sprintf("%s (%s)", cfg.Name, cfg.DeviceID.Short())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user