Change spaces to tabs.
To follow code style.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenRA
|
||||
{
|
||||
var init = GetOrDefault<T>(info);
|
||||
if (init == null)
|
||||
throw new InvalidOperationException($"TypeDictionary does not contain instance of type `{typeof(T)}`");
|
||||
throw new InvalidOperationException($"TypeDictionary does not contain instance of type `{typeof(T)}`");
|
||||
|
||||
return init;
|
||||
}
|
||||
|
||||
@@ -178,7 +178,7 @@ namespace OpenRA
|
||||
|
||||
public static void Write(string channelName, string format, params object[] args)
|
||||
{
|
||||
ChannelWriter.TryWrite(new ChannelData(channelName, format.F(args)));
|
||||
ChannelWriter.TryWrite(new ChannelData(channelName, format.F(args)));
|
||||
}
|
||||
|
||||
public static void Dispose()
|
||||
|
||||
Reference in New Issue
Block a user