refactor: new code style in PluginLoadReason.cs

This commit is contained in:
goat 2021-03-31 17:05:37 +02:00
parent 22294a57aa
commit c5716cf93e

View file

@ -24,6 +24,6 @@ namespace Dalamud.Plugin
/// <summary> /// <summary>
/// This plugin was loaded because the game was started or Dalamud was reinjected. /// This plugin was loaded because the game was started or Dalamud was reinjected.
/// </summary> /// </summary>
Boot Boot,
} }
} }