Esempio n. 1
0
        public string Format(CodeFile file)
        {
            var tabulator = new Tabulator();

            _provider.Format(file, tabulator);
            return(tabulator.Build());
        }