mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-23 16:44:17 +02:00
remove unnecessary comment
This commit is contained in:
parent
5dc3ee1cc4
commit
ba91a80e6f
1 changed files with 2 additions and 2 deletions
|
|
@ -390,8 +390,8 @@ func newStashModel(common *commonModel) stashModel {
|
|||
filterInput: si,
|
||||
serverPage: 1,
|
||||
sections: s,
|
||||
sortAscending: true, // Initialize with sortAscending sort
|
||||
sortByDate: false, // Initialize with title sort
|
||||
sortAscending: true,
|
||||
sortByDate: false,
|
||||
}
|
||||
|
||||
return m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue