Mercurial > pub > ImplabNet
diff Implab/Formats/CharAlphabet.cs @ 236:302ca905c19e v2
JsonReader optimizations
author | cin |
---|---|
date | Tue, 21 Nov 2017 14:57:58 +0300 |
parents | 6fa235c5a760 |
children |
line wrap: on
line diff
--- a/Implab/Formats/CharAlphabet.cs Thu Oct 05 09:24:49 2017 +0300 +++ b/Implab/Formats/CharAlphabet.cs Tue Nov 21 14:57:58 2017 +0300 @@ -4,7 +4,7 @@ using System; namespace Implab.Formats { - public class CharAlphabet: IndexedAlphabetBase<char> { + public class CharAlphabet : IndexedAlphabetBase<char> { public override int GetSymbolIndex(char symbol) { return symbol;