Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Auxiliary/StringExtensions.cs

    r3937 r4068  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.Linq;
    4 using System.Text;
    5 using System.Text.RegularExpressions;
     1using System.Collections.Generic;
    62
    73namespace HeuristicLab.Persistence.Auxiliary {
     
    2420            yield return s.Substring(startIdx, i - startIdx);
    2521          }
    26           startIdx = i+1;
     22          startIdx = i + 1;
    2723        }
    2824      }
Note: See TracChangeset for help on using the changeset viewer.