fix: small fix & cleaning.
This commit is contained in:
parent
273485217c
commit
3ef6c44038
3 changed files with 12 additions and 10 deletions
|
|
@ -135,7 +135,7 @@ func aaFormat(files paths.PathList) error {
|
|||
if !file.Exist() {
|
||||
return nil
|
||||
}
|
||||
profile, err := util.ReadFile(file)
|
||||
profile, err := file.ReadFileAsString()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue