Skip to content

Commit

Permalink
Code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Feb 20, 2023
1 parent a54d2a5 commit a687f01
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

namespace Lombiq.BaseTheme.Extensions;

/// We need to use this until the Orchard Core 1.6 upgrade so we don't have to upgrade submodules to
/// to nightly versions. This is the same method as what is in the 1.6 nightly version of Orchard Core.
/// During the upgrade, this can be removed and use the Orchard Core method for data migrations.
// We need to use this until the Orchard Core upgrade so we don't have to upgrade submodules to nightly versions. This
// is the same method as what is in the 1.6 nightly version of Orchard Core. During the upgrade, this can be removed and
// use the Orchard Core method for data migrations.

/// <summary>
/// Provides extension methods for <see cref="IServiceCollection"/> to add YesSql migration <see cref="IDataMigration"/>.
/// </summary>
Expand Down

0 comments on commit a687f01

Please sign in to comment.