tidy up lint warnings on windows (#13430)

This commit is contained in:
Eva H
2025-12-12 11:43:35 -05:00
committed by GitHub
parent 95fdd8d619
commit de9ecfd01c
4 changed files with 5 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ const multiFileBufferSize = w32.MAX_PATH * 10
type WinDlgError int
func (e WinDlgError) Error() string {
return fmt.Sprintf("CommDlgExtendedError: %#x", e)
return fmt.Sprintf("CommDlgExtendedError: %#x", int(e))
}
func err() error {