Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/09 12:58:14 (15 years ago)
Author:
epitzer
Message:

Format white space. (Ctrl-K, Ctrl-D) (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Core/TypeMapping.cs

    r1542 r1566  
    66    public readonly int Id;
    77    public readonly string TypeName;
    8     public readonly string Serializer;   
     8    public readonly string Serializer;
    99    public TypeMapping(int id, string typeName, string serializer) {
    1010      Id = id;
     
    1616        {"id", Id},
    1717        {"typeName", TypeName},
    18         {"serializer", Serializer}};                                           
     18        {"serializer", Serializer}};
    1919    }
    20   } 
     20  }
    2121
    2222}
Note: See TracChangeset for help on using the changeset viewer.