Improved struct alignment
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Eduard Urbach 2025-06-20 12:53:08 +02:00
parent 6dfa7ca00d
commit c35f8ff05c
Signed by: akyoto
GPG key ID: 49226B848C78F6C8

View file

@ -13,8 +13,8 @@ import (
type FileError struct {
err error
file *fs.File
position token.Position
stack string
position token.Position
}
// Error implements the error interface.