Normalize cr/lf/tab
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Core.Cache;
|
||||
|
||||
namespace Umbraco.Core.Sync
|
||||
{
|
||||
/// <summary>
|
||||
/// Used for any 'Batched' <see cref="IServerMessenger"/> instances which specifies a set of <see cref="RefreshInstruction"/> targeting a collection of
|
||||
/// Used for any 'Batched' <see cref="IServerMessenger"/> instances which specifies a set of <see cref="RefreshInstruction"/> targeting a collection of
|
||||
/// <see cref="IServerAddress"/>
|
||||
/// </summary>
|
||||
public sealed class RefreshInstructionEnvelope
|
||||
@@ -20,4 +20,4 @@ namespace Umbraco.Core.Sync
|
||||
public ICacheRefresher Refresher { get; set; }
|
||||
public IEnumerable<RefreshInstruction> Instructions { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user