mirror of
https://github.com/foomo/sesamy-cli.git
synced 2026-06-28 14:10:09 +00:00
feat: update dependencies
This commit is contained in:
@@ -68,6 +68,7 @@ func (f *File) String() string {
|
||||
section := f.Sections[id]
|
||||
sectionParts := section.Parts
|
||||
slices.Sort(sectionParts)
|
||||
|
||||
for _, part := range sectionParts {
|
||||
b.WriteString(part + "\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user