Code cleanup
This commit is contained in:
committed by
teinarss
parent
10ac07bf9f
commit
2c8c6e50da
@@ -90,7 +90,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
}
|
||||
}
|
||||
|
||||
IEnumerable<string> ParseLines(Stream file)
|
||||
static IEnumerable<string> ParseLines(Stream file)
|
||||
{
|
||||
return file.ReadAllLines().Select(l => l.Replace("\t", " ").Replace("*", "\u2022")).ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user