mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-09 17:55:57 +00:00
Miscellaneous style fixes
This patch has some miscellaneous style fixes to issues found by the staticcheck tool. There are no functional changes.
This commit is contained in:
@@ -246,7 +246,7 @@ func (v *Resolver) Reload() error {
|
||||
continue
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error parsing %q: %v", path, err)
|
||||
return fmt.Errorf("error parsing %q: %v", path, err)
|
||||
}
|
||||
|
||||
// Add the aliases to the resolver, overriding any previous values.
|
||||
|
||||
Reference in New Issue
Block a user