mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-18 14:44:16 +01:00
style: fix spacing
This commit is contained in:
parent
14d5d28cde
commit
38a6630715
1 changed files with 3 additions and 5 deletions
|
|
@ -71,8 +71,6 @@ internal class DalamudChangelogManager
|
||||||
|
|
||||||
changelogs = changelogs.Append(new PluginChangelogEntry(plugin));
|
changelogs = changelogs.Append(new PluginChangelogEntry(plugin));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Changelogs = changelogs.OrderByDescending(x => x.Date).ToList();
|
this.Changelogs = changelogs.OrderByDescending(x => x.Date).ToList();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue