Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Alhayek <[email protected]>
  • Loading branch information
jbytes1027 and MikeAlhayek authored Jan 9, 2025
1 parent 1ea6fc2 commit 9d64207
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/OrchardCore.Modules/OrchardCore.Autoroute/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Author = ManifestConstants.OrchardCoreTeam,
Website = ManifestConstants.OrchardCoreWebsite,
Version = ManifestConstants.OrchardCoreVersion,
Dependencies = ["OrchardCore.ContentTypes", "OrchardCore.HomeRoute"],
Dependencies =
[
"OrchardCore.ContentTypes",
"OrchardCore.HomeRoute",
],
Category = "Navigation"
)]

0 comments on commit 9d64207

Please sign in to comment.